plugin __init__
This commit is contained in:
parent
568e98e720
commit
a3f66409ae
@ -360,8 +360,11 @@ core.prototype.init = function (coreData, callback) {
|
||||
if (main.mode=='play')
|
||||
core.events.initGame();
|
||||
|
||||
if (core.isset(functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a.plugins))
|
||||
core.plugin = new functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a.plugins.plugin();
|
||||
if (core.isset(functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a.plugins)) {
|
||||
core.plugin = new function () {};
|
||||
core.plugin.__init__ = functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a.plugins.plugin;
|
||||
core.plugin.__init__();
|
||||
}
|
||||
|
||||
core.showStartAnimate();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user