예제 #1
0
 public Program()
 {
     combat    = new CombatLauncher();
     delimiter = ' ';
 }
예제 #2
0
 public PatternMatcher(CombatLauncher combat, Inventory inventory, Map map)
 {
     this.combat    = combat;
     this.inventory = inventory;
     this.map       = map;
 }