10 lines
157 B
C#
10 lines
157 B
C#
|
namespace ET
|
|||
|
{
|
|||
|
public class SessionComponent: Entity
|
|||
|
{
|
|||
|
public Session Session;
|
|||
|
|
|||
|
public static SessionComponent Instance { get; set; }
|
|||
|
}
|
|||
|
}
|