MapReliveTimeComponent.cs 171 B

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