9 lines
118 B
C#
9 lines
118 B
C#
|
|
|
|
using Fantasy.Entitas;
|
|
|
|
public class ChatUnit : Entity
|
|
{
|
|
public string GameName;
|
|
public long AccountId;
|
|
} |