饭太稀
This commit is contained in:
14
Entity/Model/SubScene/GateSubSceneFlagComponent.cs
Normal file
14
Entity/Model/SubScene/GateSubSceneFlagComponent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace Fantasy;
|
||||
|
||||
public sealed class GateSubSceneFlagComponent : Entity
|
||||
{
|
||||
public long SubSceneRouteId;
|
||||
|
||||
public override void Dispose()
|
||||
{
|
||||
SubSceneRouteId = 0;
|
||||
base.Dispose();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user