Example #1
0
 public void SellCrosscutSaw()
 {
     PlayerTools.RemoveTool(ToolName.CROSSCUT_SAW);
     //Give currency and maybe resources
 }
Example #2
0
 public void SellSplittingAxe()
 {
     PlayerTools.RemoveTool(ToolName.SPLITTING_AXE);
     //Give currency and maybe resources
 }
Example #3
0
 public void SellFellingAxe()
 {
     PlayerTools.RemoveTool(ToolName.FELLING_AXE);
     //Give currency and maybe resources
 }