Files
Fishing2Server/Entity/Gate/GateUnitSessionComponent.cs
2025-08-07 09:16:23 +08:00

8 lines
128 B
C#

using Fantasy.Entitas;
namespace NB.Gate;
public sealed class GateUnitSessionComponent : Entity
{
public long AccountID;
}