feat: add despawn
This commit is contained in:
parent
1b0bfa0a58
commit
ededcbf9a3
Binary file not shown.
|
|
@ -2,6 +2,8 @@ fileFormatVersion: 2
|
|||
guid: 8bf509d46045e354e891fc10bf70c25b
|
||||
labels:
|
||||
- RoslynAnalyzer
|
||||
- RunOnlyOnAssembliesWithReference
|
||||
- SourceGenerator
|
||||
PluginImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 3
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
using System;
|
||||
|
||||
namespace DisposableGenerator
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
|
||||
public class GenerateDespawnCancellationTokenAttribute: Attribute
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: d48ee06bc4b140fa9c22cef6e4139beb
|
||||
timeCreated: 1759889520
|
||||
Loading…
Reference in New Issue