RobotManagerComponent.cs 132 B

12345678
  1. namespace ET.Server
  2. {
  3. [ComponentOf(typeof(Scene))]
  4. public class RobotManagerComponent: Entity, IAwake
  5. {
  6. }
  7. }