Source code for VegansDeluxe.core.States.State

from VegansDeluxe.core.Translator.LocalizedString import ls


[docs]class State: id = None name = ls("base_state_name") description = ls("base_state_description") type = 'state'