Esempio n. 1
0
 public VehicleInstance()
 {
     Position   = new XBinVector3();
     Direction  = new XBinVector3();
     EntityName = "";
 }
Esempio n. 2
0
 public CityRespawnPlace()
 {
     StreamMapPart = "";
     PosPlayer     = new XBinVector3();
     DirPlayer     = new XBinVector3();
 }
Esempio n. 3
0
 public Command_SetPosDirPlayer()
 {
     Position  = new XBinVector3();
     Direction = new XBinVector3();
 }