IUpdate.cs 73 B

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