public void BuySplittingAxe() { PlayerTools.AddTool(new Tool(ToolName.SPLITTING_AXE)); }
public void BuyFellingAxe() { PlayerTools.AddTool(new Tool(ToolName.FELLING_AXE)); }
public void BuyCrosscutSaw() { PlayerTools.AddTool(new Tool(ToolName.CROSSCUT_SAW)); }