Closed Kasekopf closed 1 year ago
This PR adds argument types for Class, Effect, Familiar, Item, Location, Monster, Path, and Skill.
I left off the less-used mafia types for now. But these are always accessible through Args.custom, e.g. Args.custom({}, Slot.get, "SLOT").
Args.custom
Args.custom({}, Slot.get, "SLOT")
This PR adds argument types for Class, Effect, Familiar, Item, Location, Monster, Path, and Skill.
I left off the less-used mafia types for now. But these are always accessible through
Args.custom
, e.g.Args.custom({}, Slot.get, "SLOT")
.