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