mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
7 lines
153 B
Ruby
7 lines
153 B
Ruby
SPELLBOOKS = {}
|
|
|
|
def create_spellbook(identifier, interface_id:)
|
|
SPELLBOOKS[interface_id] = identifier
|
|
end
|
|
|
|
create_spellbook :modern, interface_id: 192 |