------------------------------------------------------------ -- Copyright (c) 2016 tacigar. All rights reserved. -- https://github.com/tacigar/maidroid ------------------------------------------------------------ maidroid.register_core("maidroid_core:empty", { description = "maidroid core : empty", inventory_image = "maidroid_core_empty.png", on_start = function(self) end, on_stop = function(self) end, on_resume = function(self) end, on_pause = function(self) end, on_step = function(self, dtime) end, })