ClientSceneFlagComponent.cs 174 B

123456789
  1. using System.Collections.Generic;
  2. namespace ET.Client
  3. {
  4. [ComponentOf(typeof(Scene))]
  5. public class ClientSceneFlagComponent: Entity, IAwake, IDestroy
  6. {
  7. }
  8. }