LSReplayUpdater.cs 125 B

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