GSDL::GameData
NOTE: can be accessed from GSDL::Data singleton defined at the bottom of this file
Constructors
new
SourceInstance methods
Deep get using multiple keys Example: Data.dig("quests", "apples", "collected")
set(key : String, value)
Set a value at a specific key path Example: Data.set("player", "score", 100)
Set nested values using multiple keys Example: Data.set(["quests", "apples", "collected"], 5)