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; }
// 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; }