c-u-nitro-nil/Scripts/blank.1.rb
2024-02-07 10:17:27 -06:00

14 lines
No EOL
534 B
Ruby

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