2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.LnCategory
commentId : T:TinyLife.LnCategory
id : LnCategory
parent : TinyLife
children :
2022-07-28 14:58:38 +02:00
- TinyLife.LnCategory.Achievements
2021-08-04 06:51:12 +02:00
- TinyLife.LnCategory.Actions
- TinyLife.LnCategory.BuildMode
2022-07-04 16:50:43 +02:00
- TinyLife.LnCategory.ChoicePrompts
2021-08-04 06:51:12 +02:00
- TinyLife.LnCategory.Clothes
- TinyLife.LnCategory.Emotions
- TinyLife.LnCategory.Food
2021-10-14 20:30:40 +02:00
- TinyLife.LnCategory.Goals
2021-08-04 06:51:12 +02:00
- TinyLife.LnCategory.Hints
- TinyLife.LnCategory.InGameHints
- TinyLife.LnCategory.Jobs
2021-10-19 22:59:46 +02:00
- TinyLife.LnCategory.Names
2021-08-04 06:51:12 +02:00
- TinyLife.LnCategory.Personalities
- TinyLife.LnCategory.Skills
- TinyLife.LnCategory.Ui
langs :
- csharp
- vb
name : LnCategory
nameWithType : LnCategory
fullName : TinyLife.LnCategory
type : Enum
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
An enumeration that contains a set of localization categories.
These categories are represented in a localization file as JSON objects with the given names.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public enum LnCategory
content.vb : Public Enum LnCategory
extensionMethods :
- TinyLife.LnCategory.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.LnCategory.Ui
commentId : F:TinyLife.LnCategory.Ui
id : Ui
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : Ui
nameWithType : LnCategory.Ui
fullName : TinyLife.LnCategory.Ui
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for UI elements
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Ui = 0
return :
type : TinyLife.LnCategory
- uid : TinyLife.LnCategory.Actions
commentId : F:TinyLife.LnCategory.Actions
id : Actions
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : Actions
nameWithType : LnCategory.Actions
fullName : TinyLife.LnCategory.Actions
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for <xref href="TinyLife.Actions.Action" data-throw-if-not-resolved="false"></xref>-related localizations
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Actions = 1
return :
type : TinyLife.LnCategory
- uid : TinyLife.LnCategory.BuildMode
commentId : F:TinyLife.LnCategory.BuildMode
id : BuildMode
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : BuildMode
nameWithType : LnCategory.BuildMode
fullName : TinyLife.LnCategory.BuildMode
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for build mode items and furniture
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : BuildMode = 2
return :
type : TinyLife.LnCategory
- uid : TinyLife.LnCategory.Clothes
commentId : F:TinyLife.LnCategory.Clothes
id : Clothes
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : Clothes
nameWithType : LnCategory.Clothes
fullName : TinyLife.LnCategory.Clothes
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for clothes and other character creator items
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Clothes = 3
return :
type : TinyLife.LnCategory
- uid : TinyLife.LnCategory.Food
commentId : F:TinyLife.LnCategory.Food
id : Food
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : Food
nameWithType : LnCategory.Food
fullName : TinyLife.LnCategory.Food
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for food items
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Food = 4
return :
type : TinyLife.LnCategory
- uid : TinyLife.LnCategory.Personalities
commentId : F:TinyLife.LnCategory.Personalities
id : Personalities
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : Personalities
nameWithType : LnCategory.Personalities
fullName : TinyLife.LnCategory.Personalities
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for text related to <xref href="TinyLife.PersonalityType" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Personalities = 5
return :
type : TinyLife.LnCategory
- uid : TinyLife.LnCategory.Skills
commentId : F:TinyLife.LnCategory.Skills
id : Skills
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : Skills
nameWithType : LnCategory.Skills
fullName : TinyLife.LnCategory.Skills
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for text related to <xref href="TinyLife.Skills.Skill" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Skills = 6
return :
type : TinyLife.LnCategory
- uid : TinyLife.LnCategory.Jobs
commentId : F:TinyLife.LnCategory.Jobs
id : Jobs
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : Jobs
nameWithType : LnCategory.Jobs
fullName : TinyLife.LnCategory.Jobs
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for text related to <xref href="TinyLife.Goals.Job" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Jobs = 7
return :
type : TinyLife.LnCategory
- uid : TinyLife.LnCategory.Emotions
commentId : F:TinyLife.LnCategory.Emotions
id : Emotions
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : Emotions
nameWithType : LnCategory.Emotions
fullName : TinyLife.LnCategory.Emotions
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for text related to <xref href="TinyLife.Emotions.EmotionType" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Emotions.EmotionModifier" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Emotions = 8
return :
type : TinyLife.LnCategory
- uid : TinyLife.LnCategory.Hints
commentId : F:TinyLife.LnCategory.Hints
id : Hints
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : Hints
nameWithType : LnCategory.Hints
fullName : TinyLife.LnCategory.Hints
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for hints that display in the loading screen
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Hints = 9
return :
type : TinyLife.LnCategory
- uid : TinyLife.LnCategory.InGameHints
commentId : F:TinyLife.LnCategory.InGameHints
id : InGameHints
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : InGameHints
nameWithType : LnCategory.InGameHints
fullName : TinyLife.LnCategory.InGameHints
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for text related to <xref href="TinyLife.Uis.InGameHint" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Uis.ControlsHint" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : InGameHints = 10
return :
type : TinyLife.LnCategory
2021-10-14 20:30:40 +02:00
- uid : TinyLife.LnCategory.Goals
commentId : F:TinyLife.LnCategory.Goals
id : Goals
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : Goals
nameWithType : LnCategory.Goals
fullName : TinyLife.LnCategory.Goals
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for text related to <xref href="TinyLife.Goals.Goal" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Goals.LifeGoal" data-throw-if-not-resolved="false"></xref>
2021-10-14 20:30:40 +02:00
example : [ ]
syntax :
content : Goals = 11
return :
type : TinyLife.LnCategory
2021-10-19 22:59:46 +02:00
- uid : TinyLife.LnCategory.Names
commentId : F:TinyLife.LnCategory.Names
id : Names
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : Names
nameWithType : LnCategory.Names
fullName : TinyLife.LnCategory.Names
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for text related to the default names of lots, people and objects on the map
2021-10-20 11:18:22 +02:00
example : [ ]
2021-10-19 22:59:46 +02:00
syntax :
content : Names = 12
return :
type : TinyLife.LnCategory
2022-07-04 16:50:43 +02:00
- uid : TinyLife.LnCategory.ChoicePrompts
commentId : F:TinyLife.LnCategory.ChoicePrompts
id : ChoicePrompts
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : ChoicePrompts
nameWithType : LnCategory.ChoicePrompts
fullName : TinyLife.LnCategory.ChoicePrompts
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for text related to <xref href="TinyLife.Actions.ChoicePromptInfo" data-throw-if-not-resolved="false"></xref>.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
content : ChoicePrompts = 13
return :
type : TinyLife.LnCategory
2022-07-28 14:58:38 +02:00
- uid : TinyLife.LnCategory.Achievements
commentId : F:TinyLife.LnCategory.Achievements
id : Achievements
parent : TinyLife.LnCategory
langs :
- csharp
- vb
name : Achievements
nameWithType : LnCategory.Achievements
fullName : TinyLife.LnCategory.Achievements
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A localization category for text related to <xref href="TinyLife.Goals.Achievement" data-throw-if-not-resolved="false"></xref>.
2022-07-28 14:58:38 +02:00
example : [ ]
syntax :
content : Achievements = 14
return :
type : TinyLife.LnCategory
2021-08-04 06:51:12 +02:00
references :
- uid : TinyLife
commentId : N : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife
nameWithType : TinyLife
fullName : TinyLife
- uid : TinyLife.LnCategory.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name : JsonCopy<LnCategory>(LnCategory)
nameWithType : Extensions.JsonCopy<LnCategory>(LnCategory)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.LnCategory>(TinyLife.LnCategory)
nameWithType.vb : Extensions.JsonCopy(Of LnCategory)(LnCategory)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.LnCategory)(TinyLife.LnCategory)
name.vb : JsonCopy(Of LnCategory)(LnCategory)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.LnCategory)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- uid : TinyLife.LnCategory
name : LnCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.LnCategory.html
2023-03-30 18:07:55 +02:00
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.LnCategory
name : LnCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.LnCategory.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.LnCategory)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- uid : TinyLife.LnCategory
name : LnCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.LnCategory.html
2023-03-30 18:07:55 +02:00
- name : )
- name : (
- uid : TinyLife.LnCategory
name : LnCategory
2024-01-07 16:53:47 +01:00
href : TinyLife.LnCategory.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(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)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.LnCategory
commentId : T:TinyLife.LnCategory
parent : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.LnCategory.html
2021-08-04 06:51:12 +02:00
name : LnCategory
nameWithType : LnCategory
fullName : TinyLife.LnCategory
- uid : TinyLife.Actions.Action
commentId : T:TinyLife.Actions.Action
parent : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html
2021-08-04 06:51:12 +02:00
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
- uid : TinyLife.Actions
commentId : N : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Actions
nameWithType : TinyLife.Actions
fullName : TinyLife.Actions
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Actions
name : Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Actions
name : Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.PersonalityType
commentId : T:TinyLife.PersonalityType
parent : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.PersonalityType.html
2021-08-04 06:51:12 +02:00
name : PersonalityType
nameWithType : PersonalityType
fullName : TinyLife.PersonalityType
- uid : TinyLife.Skills.Skill
commentId : T:TinyLife.Skills.Skill
2022-09-05 14:19:42 +02:00
parent : TinyLife.Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.Skill.html
2021-08-04 06:51:12 +02:00
name : Skill
nameWithType : Skill
fullName : TinyLife.Skills.Skill
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Skills
commentId : N : TinyLife.Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-09-05 14:19:42 +02:00
name : TinyLife.Skills
nameWithType : TinyLife.Skills
fullName : TinyLife.Skills
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Skills
name : Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Skills
name : Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Goals.Job
commentId : T:TinyLife.Goals.Job
parent : TinyLife.Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.Job.html
2021-08-04 06:51:12 +02:00
name : Job
nameWithType : Job
fullName : TinyLife.Goals.Job
- uid : TinyLife.Goals
commentId : N : TinyLife.Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Goals
nameWithType : TinyLife.Goals
fullName : TinyLife.Goals
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Goals
name : Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Goals
name : Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Emotions.EmotionType
commentId : T:TinyLife.Emotions.EmotionType
parent : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionType.html
2021-08-04 06:51:12 +02:00
name : EmotionType
nameWithType : EmotionType
fullName : TinyLife.Emotions.EmotionType
- uid : TinyLife.Emotions.EmotionModifier
commentId : T:TinyLife.Emotions.EmotionModifier
parent : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.html
2021-08-04 06:51:12 +02:00
name : EmotionModifier
nameWithType : EmotionModifier
fullName : TinyLife.Emotions.EmotionModifier
- uid : TinyLife.Emotions
commentId : N : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Emotions
nameWithType : TinyLife.Emotions
fullName : TinyLife.Emotions
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Emotions
name : Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Emotions
name : Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Uis.InGameHint
commentId : T:TinyLife.Uis.InGameHint
parent : TinyLife.Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.InGameHint.html
2021-08-04 06:51:12 +02:00
name : InGameHint
nameWithType : InGameHint
fullName : TinyLife.Uis.InGameHint
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Uis.ControlsHint
commentId : T:TinyLife.Uis.ControlsHint
parent : TinyLife.Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.ControlsHint.html
2022-05-24 13:36:05 +02:00
name : ControlsHint
nameWithType : ControlsHint
fullName : TinyLife.Uis.ControlsHint
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Uis
commentId : N : TinyLife.Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Uis
nameWithType : TinyLife.Uis
fullName : TinyLife.Uis
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis
name : Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis
name : Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.html
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Goals.Goal
commentId : T:TinyLife.Goals.Goal
parent : TinyLife.Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.Goal.html
2021-10-14 20:30:40 +02:00
name : Goal
nameWithType : Goal
fullName : TinyLife.Goals.Goal
- uid : TinyLife.Goals.LifeGoal
commentId : T:TinyLife.Goals.LifeGoal
parent : TinyLife.Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.LifeGoal.html
2021-10-14 20:30:40 +02:00
name : LifeGoal
nameWithType : LifeGoal
fullName : TinyLife.Goals.LifeGoal
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo
commentId : T:TinyLife.Actions.ChoicePromptInfo
parent : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.html
2022-07-04 16:50:43 +02:00
name : ChoicePromptInfo
nameWithType : ChoicePromptInfo
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.ChoicePromptInfo
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Goals.Achievement
commentId : T:TinyLife.Goals.Achievement
parent : TinyLife.Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.Achievement.html
2022-07-28 14:58:38 +02:00
name : Achievement
nameWithType : Achievement
fullName : TinyLife.Goals.Achievement