package main type Corperation struct { ID ID Name string Tag string // Prefix to refer to this Corp Description []string MOTD []string AlliesCorp []ID // Allied Corps AlliesIndividual []ID // Allied Individual Players AllowGood bool AllowEvil bool Leader ID SeniorOfficers []ID Officers []ID Members []ID Password string RadioFrequency ID // Frequency to reserve for Corp (See RadioChannel) }