QQ图片20140731211031.jpg (43.24 KB, 下载次数: 18)
下载附件 保存到相册
2014-7-31 21:09 上传
class Window_ItemCategory < Window_HorzCommand def col_max return 2 end def make_command_list add_command(Vocab::item, :item) add_command(Vocab::key_item, :key_item) end end