--[[ © 2011 CloudSixteen.com do not share, re-distribute or modify without permission of its author (kurozael@gmail.com). --]] local CLASS = {}; CLASS.color = Color(0, 0, 255, 180); CLASS.factions = {FACTION_CWU}; CLASS.isDefault = false; CLASS.wagesName = "Supplies"; CLASS.description = "A human citizen allowed by the Universal Union to work and sell legal items."; CLASS.defaultPhysDesc = "Wearing white, dirty clothes."; CLASS_CWU = openAura.class:Register(CLASS, "Civil Workers Union");