IProxy.cs 94 B

123456
  1. public interface IProxy
  2. {
  3. void OnRegister();
  4. void OnRemove();
  5. }