SessionComponent.cs 129 B

1234567
  1. namespace ET.Client
  2. {
  3. public class SessionComponent: Entity, IAwake, IDestroy
  4. {
  5. public Session Session { get; set; }
  6. }
  7. }