コード例 #1
0
 public void CutTree()
 {
     StopAllCoroutines();
     ZoneController.RemoveComponent(gameObject);
     Destroy(gameObject);
 }
コード例 #2
0
 public static void RemoveBrick(Vector3 Coordinates)
 {
     ZoneController.RemoveComponent(Map.GetBrick(Coordinates).gameObject);
     GetKernel(Coordinates).RemoveKernelBrick(Coordinates);
 }