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