MapEventComponent.cs 167 B

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