Exemplo n.º 1
0
 public PudgeBase()
 {
     this.hookAllyMode = new HookAllyMode(this, new KeyPressModeMenu(this.Menu.RootMenu, "Hook ally"));
 }
Exemplo n.º 2
0
 public PudgeBase(IContext9 context)
     : base(context)
 {
     this.hookAllyMode = new HookAllyMode(this, new KeyPressModeMenu(this.Menu.RootMenu, "Hook ally"));
 }