Beispiel #1
0
 public void Effect(int z, GameHelper.AbilityType type)
 {
     if (tileContent != null)
     {
         tileContent.Effect(z, type);
     }
 }