9 lines
130 B
C#
9 lines
130 B
C#
|
|
|
|
using Fantasy.Entitas;
|
|
|
|
public class AccountTimeOuterComponent : Entity
|
|
{
|
|
public long TimeId;
|
|
public long UserCode;
|
|
} |