Beispiel #1
0
 public void SetBuildColor(bool canBuild)
 {
     if (m_CurrentLevel)
     {
         m_CurrentLevel.SetCanBuild(canBuild);
     }
 }