9 lines
131 B
C#
9 lines
131 B
C#
|
|
|
|
using Fantasy.Entitas;
|
|
|
|
public class AccountInfoTimeOuterComponent : Entity
|
|
{
|
|
public long TimeId;
|
|
public string Key;
|
|
} |