Files
apollo/data/plugins/combat/spellbooks.rb
T
2016-03-16 22:42:14 +00:00

7 lines
153 B
Ruby

SPELLBOOKS = {}
def create_spellbook(identifier, interface_id:)
SPELLBOOKS[interface_id] = identifier
end
create_spellbook :modern, interface_id: 192