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