Пример #1
0
 //检查到Zode的距离
 public bool CheckZoneDistance(Zone zone, float distance)
 {
     return(mImpl.CheckZoneDistance(this, zone, distance));
 }