Files
Fishing2Server/Entity/Gate/GateUnitSessionComponent.cs

9 lines
155 B
C#

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