### YamlMime:ManagedReference items: - uid: TinyLife.PersonalityType.TypeCategory commentId: T:TinyLife.PersonalityType.TypeCategory id: PersonalityType.TypeCategory parent: TinyLife children: - TinyLife.PersonalityType.TypeCategory.Hidden - TinyLife.PersonalityType.TypeCategory.Major - TinyLife.PersonalityType.TypeCategory.Minor langs: - csharp - vb name: PersonalityType.TypeCategory nameWithType: PersonalityType.TypeCategory fullName: TinyLife.PersonalityType.TypeCategory type: Enum source: remote: path: TinyLife/PersonalityType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TypeCategory path: ../TinyLife/PersonalityType.cs startLine: 198 assemblies: - Tiny Life namespace: TinyLife summary: "\nA type category is a category that a can have.\nIts category influences how it is applied and whether it can be applied in the .\n" example: [] syntax: content: public enum TypeCategory content.vb: Public Enum TypeCategory extensionMethods: - TinyLife.PersonalityType.TypeCategory.TinyLife.Utilities.Extensions.JsonCopy``1 modifiers.csharp: - public - enum modifiers.vb: - Public - Enum - uid: TinyLife.PersonalityType.TypeCategory.Major commentId: F:TinyLife.PersonalityType.TypeCategory.Major id: Major parent: TinyLife.PersonalityType.TypeCategory langs: - csharp - vb name: Major nameWithType: PersonalityType.TypeCategory.Major fullName: TinyLife.PersonalityType.TypeCategory.Major type: Field source: remote: path: TinyLife/PersonalityType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Major path: ../TinyLife/PersonalityType.cs startLine: 203 assemblies: - Tiny Life namespace: TinyLife summary: "\nA major personality type can be applied in the , but only if the amount has not been reached yet\n" example: [] syntax: content: Major = 0 return: type: TinyLife.PersonalityType.TypeCategory modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: TinyLife.PersonalityType.TypeCategory.Minor commentId: F:TinyLife.PersonalityType.TypeCategory.Minor id: Minor parent: TinyLife.PersonalityType.TypeCategory langs: - csharp - vb name: Minor nameWithType: PersonalityType.TypeCategory.Minor fullName: TinyLife.PersonalityType.TypeCategory.Minor type: Field source: remote: path: TinyLife/PersonalityType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Minor path: ../TinyLife/PersonalityType.cs startLine: 207 assemblies: - Tiny Life namespace: TinyLife summary: "\nA minor personality type can be applied in the , regardless of how many personality types a person already has\n" example: [] syntax: content: Minor = 1 return: type: TinyLife.PersonalityType.TypeCategory modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: TinyLife.PersonalityType.TypeCategory.Hidden commentId: F:TinyLife.PersonalityType.TypeCategory.Hidden id: Hidden parent: TinyLife.PersonalityType.TypeCategory langs: - csharp - vb name: Hidden nameWithType: PersonalityType.TypeCategory.Hidden fullName: TinyLife.PersonalityType.TypeCategory.Hidden type: Field source: remote: path: TinyLife/PersonalityType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hidden path: ../TinyLife/PersonalityType.cs startLine: 212 assemblies: - Tiny Life namespace: TinyLife summary: "\nA hidden personality type cannot be applied in the .\nThis category should be used by reward personalities.\n" example: [] syntax: content: Hidden = 2 return: type: TinyLife.PersonalityType.TypeCategory modifiers.csharp: - public - const modifiers.vb: - Public - Const references: - uid: TinyLife.PersonalityType commentId: T:TinyLife.PersonalityType parent: TinyLife name: PersonalityType nameWithType: PersonalityType fullName: TinyLife.PersonalityType - uid: TinyLife.Uis.CharacterCreator commentId: T:TinyLife.Uis.CharacterCreator parent: TinyLife.Uis name: CharacterCreator nameWithType: CharacterCreator fullName: TinyLife.Uis.CharacterCreator - uid: TinyLife commentId: N:TinyLife name: TinyLife nameWithType: TinyLife fullName: TinyLife - uid: TinyLife.PersonalityType.TypeCategory.TinyLife.Utilities.Extensions.JsonCopy``1 commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy() nameWithType: Extensions.JsonCopy() fullName: TinyLife.Utilities.Extensions.JsonCopy() nameWithType.vb: Extensions.JsonCopy(Of PersonalityType.TypeCategory)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.PersonalityType.TypeCategory)() name.vb: JsonCopy(Of PersonalityType.TypeCategory)() spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy(Of PersonalityType.TypeCategory) nameWithType: Extensions.JsonCopy(Of PersonalityType.TypeCategory) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.PersonalityType.TypeCategory) - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Uis commentId: N:TinyLife.Uis name: TinyLife.Uis nameWithType: TinyLife.Uis fullName: TinyLife.Uis - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(T) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(T) nameWithType.vb: Extensions.JsonCopy(Of T)(T) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(Of T) nameWithType: Extensions.JsonCopy(Of T) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities - uid: TinyLife.PersonalityType.MaxMajorsPerPerson commentId: F:TinyLife.PersonalityType.MaxMajorsPerPerson isExternal: true - uid: TinyLife.PersonalityType.TypeCategory commentId: T:TinyLife.PersonalityType.TypeCategory parent: TinyLife name: PersonalityType.TypeCategory nameWithType: PersonalityType.TypeCategory fullName: TinyLife.PersonalityType.TypeCategory - uid: TinyLife.Goals.LifeGoal commentId: T:TinyLife.Goals.LifeGoal parent: TinyLife.Goals name: LifeGoal nameWithType: LifeGoal fullName: TinyLife.Goals.LifeGoal - uid: TinyLife.Goals commentId: N:TinyLife.Goals name: TinyLife.Goals nameWithType: TinyLife.Goals fullName: TinyLife.Goals