[ADD] Add core empty

This commit is contained in:
tacigar 2016-09-14 08:46:51 +09:00
parent d4c1a050b0
commit 35fdce250b
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
------------------------------------------------------------
-- 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,
})