publicenumCharacterName:String{case bytecase blucase hoppercase octet/// This ties the pubilc facing `CharacterName` with the internal `ActorType` used for all the characters.var type: ActorType {switch self {case .byte :return .bytecase .blu :return .blucase .hopper:return .hoppercase .octet :return .octet } }}