zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Unity/Assets/Model/Session/SessionComponent.cs

10 lines
157 B
C#

namespace ET
{
public class SessionComponent: Entity
{
public Session Session;
public static SessionComponent Instance { get; set; }
}
}