#=============================================================================== # ■ Game_Variables クラス #=============================================================================== class Game_Variables #----------------------------------------------------------------------------- # ● リセット #----------------------------------------------------------------------------- def reset! # データクリア @data = [] # リフレッシュフラグを設定 $game_map.need_refresh = true end end