feat: add despawn

This commit is contained in:
hypercross 2025-10-08 10:10:45 +08:00
parent 1b0bfa0a58
commit ededcbf9a3
4 changed files with 15 additions and 0 deletions

View File

@ -2,6 +2,8 @@ fileFormatVersion: 2
guid: 8bf509d46045e354e891fc10bf70c25b
labels:
- RoslynAnalyzer
- RunOnlyOnAssembliesWithReference
- SourceGenerator
PluginImporter:
externalObjects: {}
serializedVersion: 3

View File

@ -0,0 +1,10 @@
using System;
namespace DisposableGenerator
{
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class GenerateDespawnCancellationTokenAttribute: Attribute
{
}
}

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: d48ee06bc4b140fa9c22cef6e4139beb
timeCreated: 1759889520