示例#1
0
 public void AddTool(ToolIndex toolIndex)
 {
     inventory [(int)toolIndex] = true;
 }
示例#2
0
 public bool HasTool(ToolIndex toolIndex)
 {
     return(inventory [(int)toolIndex]);
 }
示例#3
0
 public bool HasTool(ToolIndex toolIndex)
 {
     return inventory [(int)toolIndex];
 }
示例#4
0
 public void SwitchTool(ToolIndex i)
 {
     SwitchTool_Internal((int)i);
 }
示例#5
0
 public void AddTool(ToolIndex toolIndex)
 {
     inventory [(int)toolIndex] = true;
 }