ReplayUpdater.cs 123 B

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