MenuExample.cs 217 B

1234567891011
  1. namespace ET
  2. {
  3. public class UnitNumericWindowMenu : AEntityMenuHandler
  4. {
  5. public override void OnClick(Entity entity)
  6. {
  7. throw new System.NotImplementedException();
  8. }
  9. }
  10. }