Files
infinitefusion-e18/Data/Scripts/003_New_UI_Settings.rb

9 lines
379 B
Ruby

#===============================================================================
# NOTE: Some Settings in here will be moved elsewhere eventually. They're all
# just gathered here while the new UI is being written.
#===============================================================================
module Settings
# :one, :adventure, :multiple
SAVE_SLOTS = :multiple
end