Exemple #1
0
 public static Area GetArea(int areaId)
 {
     return(TryGet(NativeEntityMethods.GetArea(areaId)));
 }