コード例 #1
0
 public override void Activate()
 {
     if (ts == null)
     {
         ts = GlobalData.gPlayer.GetComponent <TileSelector>();
     }
     ts.CheckGameObject();
     if (ts.mSelectedGameObj == null)
     {
         ts.GetTileData();
         ts.TillSoil();
     }
     ts.mSelectedGameObj = null;
 }