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