chat
This commit is contained in:
14
Entity/Gate/GateUnit.cs
Normal file
14
Entity/Gate/GateUnit.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Fantasy.Entitas;
|
||||
using Fantasy.Network;
|
||||
|
||||
namespace NB.Gate;
|
||||
|
||||
public class GateUnit : Entity
|
||||
{
|
||||
public bool Kick;
|
||||
public long AccountID;
|
||||
public int Region;
|
||||
public long GameSceneRouteId;
|
||||
public long ChatSceneRouteId;
|
||||
public EntityReference<Session> Session;
|
||||
}
|
||||
Reference in New Issue
Block a user