ClientSessionErrorComponent.cs 145 B

12345678
  1. namespace ET.Client
  2. {
  3. [ComponentOf(typeof(Session))]
  4. public class ClientSessionErrorComponent: Entity, IAwake, IDestroy
  5. {
  6. }
  7. }