mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
9 lines
379 B
Ruby
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
|