Пример #1
0
 public OtherLocation(Location location, RC RC)         // location is the other location, RC the coordinate relative to an origin tile not stored
 {
     this.Location = location;
     this.RC       = RC;
 }
Пример #2
0
 // location is the other location, RC the coordinate relative to an origin tile not stored
 public OtherLocation(Location location, RC rc)
 {
     Location = location;
     RC       = rc;
 }