Beispiel #1
0
 public void SetTopHeightFast(int x, int z, int topHeight)
 {
     SetShaftValueFast(x, z, Terrain.ReplaceTopHeight(GetShaftValueFast(x, z), topHeight));
 }