Source code for VegansDeluxe.core.Skills.Skill

from VegansDeluxe.core.States.State import State


[docs]class Skill(State): type = 'skill'