全局類與變量

1. js 全局共享類 單例模式html var Util = cc.Class.extend({ init:function() { return true; } }); Util.getInstance = function () { cc.assert(this._sharedGame, "Havn't call setSharedGam
相關文章
相關標籤/搜索