pros-plan-for-elves/Scripts/_.30.rb

14 lines
No EOL
534 B
Ruby

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