ClientSceneFlagComponent.cs 167 B

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