Beispiel #1
0
 public ImageMenu(BattleMenu root, string file)
 {
     rootMenu  = root;
     imageFile = file;
 }
Beispiel #2
0
 public WindowMenu(BattleMenu root, string file) : base(root, file)
 {
 }
Beispiel #3
0
 public StatusMenu(BattleMenu root)
 {
     rootMenu = root;
 }