加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
本帖最后由 流川枫 于 2012-7-7 19:34 编辑
module DataManager # 写入两个全局变量 alias original_le_save_game save_game def self.save_game(index) self.save_game(index) Marshal.dump($le_run,file) Marshal.dump($le_close_table,file) end end
module DataManager
# 写入两个全局变量
alias original_le_save_game save_game
def self.save_game(index)
self.save_game(index)
Marshal.dump($le_run,file)
Marshal.dump($le_close_table,file)
end
end
提示
Script '' line 317: NameError occurred.
undefined method `save_game' for module `DataManager'
不过确实有这个模块函数的呢啊 |