scionaltera / emergentmud

EmergentMUD is a free, text based "Multi-User Domain" that you play in your browser.

Home Page:https://emergentmud.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert Entity and Room xyz fields into Embedded objects

scionaltera opened this issue · comments

Both Entity and Room currently have sets of three Long fields for X, Y and Z coordinates. It would be a lot nicer to use the new Coordinate object @Embedded in those classes to represent a Cartesian point.