8 lines
128 B
C#
8 lines
128 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace NB.Gate;
|
|
|
|
public sealed class GateUnitSessionComponent : Entity
|
|
{
|
|
public long AccountID;
|
|
} |