コード例 #1
0
 // 水面是否存在实现
 public bool GetWaterExists(float x, float z)
 {
     return(game_obj.GetWaterExists(x, z));
 }