示例#1
0
文件: Hex.cs 项目: jaisrael1/Grow
 public void removeCloudByShrinking()
 {
     if (type == AIR && hasCloud)
     {
         hasCloud = false;
         extraTileModel.shrink();
     }
     else
     {
         //print (hasCloud);
     }
 }