RouterCheckComponent.cs 117 B

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