chat
This commit is contained in:
8
Entity/Gate/GateUnitSessionComponent.cs
Normal file
8
Entity/Gate/GateUnitSessionComponent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace NB.Gate;
|
||||
|
||||
public sealed class GateUnitSessionComponent : Entity
|
||||
{
|
||||
public long AccountID;
|
||||
}
|
||||
Reference in New Issue
Block a user