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