ReplayUpdater.cs 129 B

1234567
  1. namespace ET.Client
  2. {
  3. public class ReplayUpdater: Entity, IAwake<Record>, IUpdate
  4. {
  5. public Record Record;
  6. }
  7. }