Esempio n. 1
0
 public MyMissionLocation(MyMwcVector3Int sector, string locationEntityName)
 {
     Sector = sector;
     LocationEntityIdentifier = new MyMissionLocationEntityIdentifier(locationEntityName);
 }
Esempio n. 2
0
 public MyMissionLocation(MyMwcVector3Int sector, uint locationEntityId)
 {
     Sector = sector;
     LocationEntityIdentifier = new MyMissionLocationEntityIdentifier(locationEntityId);
 }
Esempio n. 3
0
 public MyMissionLocation(MyMwcVector3Int sector, uint locationEntityId)
 {
     Sector = sector;
     LocationEntityIdentifier = new MyMissionLocationEntityIdentifier(locationEntityId);
 }
Esempio n. 4
0
 public MyMissionLocation(MyMwcVector3Int sector, string locationEntityName)
 {
     Sector = sector;
     LocationEntityIdentifier = new MyMissionLocationEntityIdentifier(locationEntityName);
 }