Akuukis / RobotColorWars-Minecraft

Project in Lua for OpenComputers to make ColorWars where robots explore, build bases, reproduce and fight with each other.
GNU General Public License v3.0
10 stars 9 forks source link

Make library able to update without losing map data #33

Open Akuukis opened 10 years ago

Akuukis commented 10 years ago

Right now methods are inherited from library and all data is stored in object, so it should be easy to update methods in library without breaking object. Something like nav_OLD = nav_NEW.update(nav_OLD) ?