Room Position Instantiation
- 
					
					
					
					
 Low priority - It would be nice if you could instantiate with RoomPosition(x,y,Room) in addition to RoomPosition(x,y,roomName). I messed it up a couple times, could see this happening to others too.
 Thank you  
 
- 
					
					
					
					
 You can instantiate a new RoomPosition using the new operator. 
 
- 
					
					
					
					
 Like: 
 var r = new RoomPosition(10, 10, Game.rooms["W8S8"]);