RouterCheckComponent.cs 124 B

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