ISingletonUpdate.cs 92 B

1234567
  1. namespace ET
  2. {
  3. public interface ISingletonUpdate
  4. {
  5. void Update();
  6. }
  7. }