public Trader(Warior warior) { this.warior = warior; }
public Battle(Warior player, Warior npc) { this.player = player; this.npc = npc; }