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