穿墙.png (60.86 KB, 下载次数: 11)
下载附件 保存到相册
2019-1-30 22:45 上传
class << Input alias press_debug? press? def press?(sym) return false if sym == Input::CTRL && $DEBUG press_debug?(sym) endend
class << Input alias press_debug? press? def press?(sym) return false if sym == Input::CTRL && $DEBUG press_debug?(sym) end end