Back to Server.Network
CityInfo
(
ctor
) CityInfo(
string
city,
string
building,
int
x,
int
y,
int
z )
string
Building{
get
;
set
; }
string
City{
get
;
set
; }
Point3D
Location{
get
;
set
; }
int
X{
get
;
set
; }
int
Y{
get
;
set
; }
int
Z{
get
;
set
; }