ILoad.cs 69 B

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