mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
0.20.4
This commit is contained in:
parent
123ba97923
commit
fc2d60ddc5
206 changed files with 3141 additions and 2924 deletions
23
Changelog.md
23
Changelog.md
|
@ -1,3 +1,26 @@
|
||||||
|
# 0.20.4
|
||||||
|
> Fix Me, Please!
|
||||||
|
|
||||||
|
# Improvements
|
||||||
|
- Moved portraits down a bit to avoid them occluding the current emotion
|
||||||
|
- Made it twice as likely for objects to break during use
|
||||||
|
- Added proper error handling to action display names, which avoids unnecessary crashes
|
||||||
|
- Made required match percentage for clothes occasions much less severe
|
||||||
|
|
||||||
|
# Fixes
|
||||||
|
- Fixed mailbox sounds not playing in various circumstances
|
||||||
|
- Fixed projects being removed by daily pay before they are finished
|
||||||
|
- Fixed a crash when no front door is found on a lot
|
||||||
|
- Fixed items on the cursor being deleted when selecting an item from the household storage
|
||||||
|
- Fixed saves not being deleted correctly when Steam is open
|
||||||
|
- Fixed a crash when grabbing a serving from a platter on the ground
|
||||||
|
- Fixed the "pay bills" action causing a crash if someone else already paid them
|
||||||
|
- Fixed the "go to work" action causing a crash if the person doing so doesn't have a job anymore
|
||||||
|
- Fixed body parts counting towards the clothes occasions match percentage
|
||||||
|
|
||||||
|
# API
|
||||||
|
- Allow adding new colors into existing color schemes
|
||||||
|
|
||||||
# 0.20.3
|
# 0.20.3
|
||||||
> More Fixes and Fancier Grass
|
> More Fixes and Fancier Grass
|
||||||
|
|
||||||
|
|
|
@ -2313,6 +2313,7 @@
|
||||||
"TinyLife.Utilities.ColorScheme.Khakis": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.Khakis": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.LampShades": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.LampShades": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.Load(MLEM.Textures.TextureRegion)": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.Load(MLEM.Textures.TextureRegion)": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
|
"TinyLife.Utilities.ColorScheme.MergeWith(TinyLife.Utilities.ColorScheme)": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.Modern": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.Modern": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.ModernShort": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.ModernShort": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
|
@ -2458,6 +2459,7 @@
|
||||||
"TinyLife.World.Lot.CanImport(TinyLife.World.ExportedLot)": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.CanImport(TinyLife.World.ExportedLot)": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.Export": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.Export": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.GetCoveredArea": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.GetCoveredArea": "TinyLife.World.Lot.yml",
|
||||||
|
"TinyLife.World.Lot.GetFrontDoor(Microsoft.Xna.Framework.Vector2)": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.GetHomeLocation(TinyLife.Objects.Person)": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.GetHomeLocation(TinyLife.Objects.Person)": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.GetObjects``1": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.GetObjects``1": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.GetPrice": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.GetPrice": "TinyLife.World.Lot.yml",
|
||||||
|
|
|
@ -30,7 +30,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Action
|
id: Action
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -124,7 +124,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -169,7 +169,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -208,7 +208,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -253,7 +253,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -292,7 +292,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -334,7 +334,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -375,7 +375,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCancel
|
id: CanCancel
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -416,7 +416,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -457,7 +457,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIconObject
|
id: GetIconObject
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -494,7 +494,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CausesExtremelyFastSpeed
|
id: CausesExtremelyFastSpeed
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -531,7 +531,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -568,7 +568,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TryForceFail
|
id: TryForceFail
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -612,7 +612,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ApplyVariety
|
id: ApplyVariety
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -650,7 +650,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanEnqueueConversation
|
id: CanEnqueueConversation
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
@ -694,7 +694,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: ../TinyLife/Actions/Action.cs
|
path: ../TinyLife/Actions/Action.cs
|
||||||
|
|
|
@ -29,7 +29,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionInfo
|
id: ActionInfo
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -92,7 +92,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -129,7 +129,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionLocation
|
id: ActionLocation
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -174,7 +174,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionSpot
|
id: ActionSpot
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -214,7 +214,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Map
|
id: Map
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -251,7 +251,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetActionObject
|
id: GetActionObject
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -292,7 +292,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddAuxiliaryObject
|
id: AddAuxiliaryObject
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -331,7 +331,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetInvolvedObjects
|
id: GetInvolvedObjects
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -379,7 +379,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetInvolvedObject
|
id: GetInvolvedObject
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -432,7 +432,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetInvolvedActionSpot
|
id: GetInvolvedActionSpot
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -471,7 +471,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToFreeActionSpot
|
id: ToFreeActionSpot
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -510,7 +510,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -546,7 +546,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FromLocation
|
id: FromLocation
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -590,7 +590,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FromObjectGeneric
|
id: FromObjectGeneric
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
@ -634,7 +634,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FromSelf
|
id: FromSelf
|
||||||
path: ../TinyLife/Actions/ActionInfo.cs
|
path: ../TinyLife/Actions/ActionInfo.cs
|
||||||
|
|
|
@ -20,11 +20,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AiSettings
|
id: AiSettings
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 342
|
startLine: 346
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -62,11 +62,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SolvedNeeds
|
id: SolvedNeeds
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 349
|
startLine: 353
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -95,11 +95,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassivePriority
|
id: PassivePriority
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 356
|
startLine: 360
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -128,11 +128,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanDoRandomly
|
id: CanDoRandomly
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 363
|
startLine: 367
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -161,11 +161,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanDoAtAnyPoint
|
id: CanDoAtAnyPoint
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 370
|
startLine: 374
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -194,11 +194,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NeedsFreeActionSpot
|
id: NeedsFreeActionSpot
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 376
|
startLine: 380
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
|
|
@ -15,11 +15,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecuteDelegate
|
id: CanExecuteDelegate
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 197
|
startLine: 201
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
|
|
@ -36,11 +36,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecuteResult
|
id: CanExecuteResult
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 383
|
startLine: 387
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -72,11 +72,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Hidden
|
id: Hidden
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 388
|
startLine: 392
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -106,11 +106,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Valid
|
id: Valid
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 392
|
startLine: 396
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -140,11 +140,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HoldingItem
|
id: HoldingItem
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 396
|
startLine: 400
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -174,11 +174,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NoSpace
|
id: NoSpace
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 400
|
startLine: 404
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -208,11 +208,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NoChair
|
id: NoChair
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 404
|
startLine: 408
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -242,11 +242,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NotEnoughMoney
|
id: NotEnoughMoney
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 408
|
startLine: 412
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -276,11 +276,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NotEnoughSkill
|
id: NotEnoughSkill
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 412
|
startLine: 416
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -310,11 +310,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooFar
|
id: TooFar
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 416
|
startLine: 420
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -344,11 +344,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NotYours
|
id: NotYours
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 420
|
startLine: 424
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -378,11 +378,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooUncomfortable
|
id: TooUncomfortable
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 424
|
startLine: 428
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -412,11 +412,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooEmbarrassed
|
id: TooEmbarrassed
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 428
|
startLine: 432
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -446,11 +446,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooSad
|
id: TooSad
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 432
|
startLine: 436
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -480,11 +480,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WrongRelationshipType
|
id: WrongRelationshipType
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 436
|
startLine: 440
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -514,11 +514,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ObjectBroken
|
id: ObjectBroken
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 440
|
startLine: 444
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -548,11 +548,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NoMatchingObjectAround
|
id: NoMatchingObjectAround
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 444
|
startLine: 448
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -582,11 +582,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UtilitiesDisabled
|
id: UtilitiesDisabled
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 448
|
startLine: 452
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -616,11 +616,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Expired
|
id: Expired
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 452
|
startLine: 456
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -650,11 +650,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BlockedByEmotionModifier
|
id: BlockedByEmotionModifier
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 456
|
startLine: 460
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -684,11 +684,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WaitingRequired
|
id: WaitingRequired
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 460
|
startLine: 464
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -718,11 +718,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooStunned
|
id: TooStunned
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 464
|
startLine: 468
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -752,11 +752,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AlreadyDone
|
id: AlreadyDone
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 468
|
startLine: 472
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
|
|
@ -37,11 +37,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TypeSettings
|
id: TypeSettings
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 202
|
startLine: 206
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -83,11 +83,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 207
|
startLine: 211
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -116,11 +116,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NameWithoutCategory
|
id: NameWithoutCategory
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 212
|
startLine: 216
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -154,11 +154,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Categories
|
id: Categories
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 217
|
startLine: 221
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -192,11 +192,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Texture
|
id: Texture
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 222
|
startLine: 226
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -225,11 +225,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Context
|
id: Context
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 227
|
startLine: 231
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -258,11 +258,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecute
|
id: CanExecute
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 233
|
startLine: 237
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -291,11 +291,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedType
|
id: ConstructedType
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 238
|
startLine: 242
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -324,11 +324,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructorArguments
|
id: ConstructorArguments
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 243
|
startLine: 247
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -357,11 +357,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Varieties
|
id: Varieties
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 251
|
startLine: 255
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -390,11 +390,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Ai
|
id: Ai
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 256
|
startLine: 260
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -423,11 +423,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsInappropriateElsewhere
|
id: IsInappropriateElsewhere
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 261
|
startLine: 265
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -456,11 +456,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IconName
|
id: IconName
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 267
|
startLine: 271
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -489,11 +489,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 273
|
startLine: 277
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -522,11 +522,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredSkill
|
id: RequiredSkill
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 279
|
startLine: 283
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -555,11 +555,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredAges
|
id: RequiredAges
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 283
|
startLine: 287
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -588,11 +588,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredEmotion
|
id: RequiredEmotion
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 288
|
startLine: 292
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -621,11 +621,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredPersonality
|
id: RequiredPersonality
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 293
|
startLine: 297
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -654,11 +654,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IgnoreObjectConditions
|
id: IgnoreObjectConditions
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 299
|
startLine: 303
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -687,11 +687,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 309
|
startLine: 313
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -729,11 +729,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetData
|
id: SetData
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 320
|
startLine: 324
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -767,11 +767,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetData
|
id: GetData
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 326
|
startLine: 330
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -810,11 +810,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDataKeys
|
id: GetDataKeys
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 331
|
startLine: 335
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -31,7 +31,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionVariety
|
id: ActionVariety
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -77,7 +77,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -110,7 +110,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassivePriority
|
id: PassivePriority
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -143,7 +143,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecute
|
id: CanExecute
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -176,7 +176,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisplayName
|
id: DisplayName
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -209,7 +209,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Description
|
id: Description
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -242,7 +242,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CustomLayout
|
id: CustomLayout
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -275,7 +275,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -311,7 +311,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -346,7 +346,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeExecuted
|
id: CanBeExecuted
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -388,7 +388,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPassivePriority
|
id: GetPassivePriority
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -427,7 +427,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetData
|
id: SetData
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -465,7 +465,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetData
|
id: GetData
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -508,7 +508,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDataKeys
|
id: GetDataKeys
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -543,7 +543,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FreePeople
|
id: FreePeople
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -584,7 +584,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ImageLayout
|
id: ImageLayout
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
@ -631,7 +631,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PortraitLayout
|
id: PortraitLayout
|
||||||
path: ../TinyLife/Actions/ActionVariety.cs
|
path: ../TinyLife/Actions/ActionVariety.cs
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BehaviorAction
|
id: BehaviorAction
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -127,7 +127,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Behavior
|
id: Behavior
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -166,7 +166,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -207,7 +207,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -244,7 +244,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -291,7 +291,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIconObject
|
id: GetIconObject
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -331,7 +331,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -372,7 +372,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BehaviorMultiAction
|
id: BehaviorMultiAction
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -137,7 +137,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Behavior
|
id: Behavior
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -176,7 +176,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -217,7 +217,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -257,7 +257,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -294,7 +294,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -341,7 +341,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIconObject
|
id: GetIconObject
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -381,7 +381,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
@ -422,7 +422,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/BehaviorAction.cs
|
path: TinyLife/Actions/BehaviorAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionBehavior
|
id: ActionBehavior
|
||||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
|
@ -72,7 +72,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Action
|
id: Action
|
||||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
|
@ -107,7 +107,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
|
@ -143,7 +143,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
|
@ -177,7 +177,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
|
@ -221,7 +221,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIconObject
|
id: GetIconObject
|
||||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
|
@ -258,7 +258,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
|
@ -296,7 +296,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
|
@ -337,7 +337,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateDefaultInstance
|
id: CreateDefaultInstance
|
||||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ComputerBehavior
|
id: ComputerBehavior
|
||||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||||
|
@ -74,7 +74,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||||
|
@ -110,7 +110,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||||
|
@ -145,7 +145,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||||
|
@ -190,7 +190,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetAndSitDownBehavior
|
id: GetAndSitDownBehavior
|
||||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
|
@ -75,7 +75,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
|
@ -123,7 +123,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
|
@ -161,7 +161,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
|
@ -196,7 +196,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
|
@ -241,7 +241,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIconObject
|
id: GetIconObject
|
||||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
|
@ -279,7 +279,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
|
@ -321,7 +321,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetInteractingItem
|
id: GetInteractingItem
|
||||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
|
@ -364,7 +364,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetInteractingItemForAction
|
id: GetInteractingItemForAction
|
||||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||||
|
|
|
@ -17,7 +17,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MultiActionBehavior
|
id: MultiActionBehavior
|
||||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
|
@ -78,7 +78,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
|
@ -114,7 +114,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SinkBehavior
|
id: SinkBehavior
|
||||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||||
|
@ -73,7 +73,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||||
|
@ -109,7 +109,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||||
|
@ -147,7 +147,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkAtDeskObjectBehavior
|
id: WorkAtDeskObjectBehavior
|
||||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||||
|
@ -75,7 +75,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||||
|
@ -111,7 +111,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||||
|
@ -149,7 +149,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||||
|
@ -194,7 +194,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/CompletionType.cs
|
path: TinyLife/Actions/CompletionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CompletionType
|
id: CompletionType
|
||||||
path: ../TinyLife/Actions/CompletionType.cs
|
path: ../TinyLife/Actions/CompletionType.cs
|
||||||
|
@ -56,7 +56,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/CompletionType.cs
|
path: TinyLife/Actions/CompletionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Active
|
id: Active
|
||||||
path: ../TinyLife/Actions/CompletionType.cs
|
path: ../TinyLife/Actions/CompletionType.cs
|
||||||
|
@ -90,7 +90,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/CompletionType.cs
|
path: TinyLife/Actions/CompletionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Completed
|
id: Completed
|
||||||
path: ../TinyLife/Actions/CompletionType.cs
|
path: ../TinyLife/Actions/CompletionType.cs
|
||||||
|
@ -124,7 +124,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/CompletionType.cs
|
path: TinyLife/Actions/CompletionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Failed
|
id: Failed
|
||||||
path: ../TinyLife/Actions/CompletionType.cs
|
path: ../TinyLife/Actions/CompletionType.cs
|
||||||
|
@ -158,7 +158,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/CompletionType.cs
|
path: TinyLife/Actions/CompletionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Canceled
|
id: Canceled
|
||||||
path: ../TinyLife/Actions/CompletionType.cs
|
path: ../TinyLife/Actions/CompletionType.cs
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DieAction
|
id: DieAction
|
||||||
path: ../TinyLife/Actions/DieAction.cs
|
path: ../TinyLife/Actions/DieAction.cs
|
||||||
|
@ -120,7 +120,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reason
|
id: Reason
|
||||||
path: ../TinyLife/Actions/DieAction.cs
|
path: ../TinyLife/Actions/DieAction.cs
|
||||||
|
@ -163,7 +163,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/DieAction.cs
|
path: ../TinyLife/Actions/DieAction.cs
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/DieAction.cs
|
path: ../TinyLife/Actions/DieAction.cs
|
||||||
|
@ -237,7 +237,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: ../TinyLife/Actions/DieAction.cs
|
path: ../TinyLife/Actions/DieAction.cs
|
||||||
|
@ -275,7 +275,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCancel
|
id: CanCancel
|
||||||
path: ../TinyLife/Actions/DieAction.cs
|
path: ../TinyLife/Actions/DieAction.cs
|
||||||
|
@ -317,7 +317,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanEnqueueConversation
|
id: CanEnqueueConversation
|
||||||
path: ../TinyLife/Actions/DieAction.cs
|
path: ../TinyLife/Actions/DieAction.cs
|
||||||
|
@ -362,7 +362,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/DieAction.cs
|
path: ../TinyLife/Actions/DieAction.cs
|
||||||
|
@ -407,7 +407,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/DieAction.cs
|
path: ../TinyLife/Actions/DieAction.cs
|
||||||
|
@ -445,7 +445,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/DieAction.cs
|
path: ../TinyLife/Actions/DieAction.cs
|
||||||
|
@ -484,7 +484,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Enqueue
|
id: Enqueue
|
||||||
path: ../TinyLife/Actions/DieAction.cs
|
path: ../TinyLife/Actions/DieAction.cs
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Emote
|
id: Emote
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
@ -67,7 +67,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AllCategories
|
id: AllCategories
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
@ -104,7 +104,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Texture
|
id: Texture
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
@ -139,7 +139,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Categories
|
id: Categories
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
@ -174,7 +174,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
@ -213,7 +213,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRandomEmote
|
id: GetRandomEmote
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
@ -254,7 +254,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetEmotes
|
id: GetEmotes
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
@ -295,7 +295,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EmoteCategory
|
id: EmoteCategory
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
@ -65,7 +65,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: General
|
id: General
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
@ -99,7 +99,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Travel
|
id: Travel
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Negative
|
id: Negative
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
@ -167,7 +167,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Flirty
|
id: Flirty
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
@ -201,7 +201,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Unable
|
id: Unable
|
||||||
path: ../TinyLife/Actions/Emote.cs
|
path: ../TinyLife/Actions/Emote.cs
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GoHereAction.cs
|
path: TinyLife/Actions/GoHereAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoHereAction
|
id: GoHereAction
|
||||||
path: ../TinyLife/Actions/GoHereAction.cs
|
path: ../TinyLife/Actions/GoHereAction.cs
|
||||||
|
@ -128,7 +128,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GoHereAction.cs
|
path: TinyLife/Actions/GoHereAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/GoHereAction.cs
|
path: ../TinyLife/Actions/GoHereAction.cs
|
||||||
|
@ -167,7 +167,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GoHereAction.cs
|
path: TinyLife/Actions/GoHereAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/GoHereAction.cs
|
path: ../TinyLife/Actions/GoHereAction.cs
|
||||||
|
@ -205,7 +205,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GoHereAction.cs
|
path: TinyLife/Actions/GoHereAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/GoHereAction.cs
|
path: ../TinyLife/Actions/GoHereAction.cs
|
||||||
|
@ -240,7 +240,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GoHereAction.cs
|
path: TinyLife/Actions/GoHereAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/GoHereAction.cs
|
path: ../TinyLife/Actions/GoHereAction.cs
|
||||||
|
@ -278,7 +278,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GoHereAction.cs
|
path: TinyLife/Actions/GoHereAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCancel
|
id: CanCancel
|
||||||
path: ../TinyLife/Actions/GoHereAction.cs
|
path: ../TinyLife/Actions/GoHereAction.cs
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MultiActionHandler
|
id: MultiActionHandler
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
|
@ -76,7 +76,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Actions
|
id: Actions
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
|
@ -123,7 +123,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
|
@ -168,7 +168,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
|
@ -213,7 +213,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
|
@ -252,7 +252,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
|
@ -287,7 +287,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UnderlyingActionHandler
|
id: UnderlyingActionHandler
|
||||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
|
@ -77,7 +77,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Action
|
id: Action
|
||||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
|
@ -124,7 +124,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
|
@ -171,7 +171,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InitializeExact
|
id: InitializeExact
|
||||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
|
@ -210,7 +210,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
|
@ -252,7 +252,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
|
@ -291,7 +291,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
|
@ -326,7 +326,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||||
|
|
|
@ -32,7 +32,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MultiAction
|
id: MultiAction
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -140,7 +140,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Handler
|
id: Handler
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -185,7 +185,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MainElapsedTime
|
id: MainElapsedTime
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -234,7 +234,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InProgressTime
|
id: InProgressTime
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -275,7 +275,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -314,7 +314,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -351,7 +351,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -385,7 +385,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -422,7 +422,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -466,7 +466,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -504,7 +504,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PreInitialize
|
id: PreInitialize
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -538,7 +538,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -585,7 +585,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -622,7 +622,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -662,7 +662,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -703,7 +703,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -745,7 +745,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCancel
|
id: CanCancel
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
@ -787,7 +787,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoToActionLocation
|
id: GoToActionLocation
|
||||||
path: ../TinyLife/Actions/MultiAction.cs
|
path: ../TinyLife/Actions/MultiAction.cs
|
||||||
|
|
|
@ -24,7 +24,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OutOfTownAction
|
id: OutOfTownAction
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
|
@ -134,7 +134,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NeedsToTakeCareOf
|
id: NeedsToTakeCareOf
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
|
@ -169,7 +169,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
|
@ -217,7 +217,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
|
@ -255,7 +255,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
|
@ -290,7 +290,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
|
@ -335,7 +335,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
|
@ -377,7 +377,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanEnqueueConversation
|
id: CanEnqueueConversation
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
|
@ -422,7 +422,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CausesExtremelyFastSpeed
|
id: CausesExtremelyFastSpeed
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
|
@ -460,7 +460,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetClosestExitRoad
|
id: GetClosestExitRoad
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
|
|
|
@ -27,7 +27,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PathfindAction
|
id: PathfindAction
|
||||||
path: ../TinyLife/Actions/PathfindAction.cs
|
path: ../TinyLife/Actions/PathfindAction.cs
|
||||||
|
@ -128,7 +128,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeedMultiplier
|
id: SpeedMultiplier
|
||||||
path: ../TinyLife/Actions/PathfindAction.cs
|
path: ../TinyLife/Actions/PathfindAction.cs
|
||||||
|
@ -171,7 +171,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Path
|
id: Path
|
||||||
path: ../TinyLife/Actions/PathfindAction.cs
|
path: ../TinyLife/Actions/PathfindAction.cs
|
||||||
|
@ -208,7 +208,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PathReady
|
id: PathReady
|
||||||
path: ../TinyLife/Actions/PathfindAction.cs
|
path: ../TinyLife/Actions/PathfindAction.cs
|
||||||
|
@ -245,7 +245,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/PathfindAction.cs
|
path: ../TinyLife/Actions/PathfindAction.cs
|
||||||
|
@ -284,7 +284,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindPath
|
id: FindPath
|
||||||
path: ../TinyLife/Actions/PathfindAction.cs
|
path: ../TinyLife/Actions/PathfindAction.cs
|
||||||
|
@ -325,7 +325,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSpeed
|
id: GetSpeed
|
||||||
path: ../TinyLife/Actions/PathfindAction.cs
|
path: ../TinyLife/Actions/PathfindAction.cs
|
||||||
|
@ -362,7 +362,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnPathReady
|
id: OnPathReady
|
||||||
path: ../TinyLife/Actions/PathfindAction.cs
|
path: ../TinyLife/Actions/PathfindAction.cs
|
||||||
|
@ -396,7 +396,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/PathfindAction.cs
|
path: ../TinyLife/Actions/PathfindAction.cs
|
||||||
|
@ -431,7 +431,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/PathfindAction.cs
|
path: ../TinyLife/Actions/PathfindAction.cs
|
||||||
|
@ -476,7 +476,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/PathfindAction.cs
|
path: ../TinyLife/Actions/PathfindAction.cs
|
||||||
|
@ -514,7 +514,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/PathfindAction.cs
|
path: ../TinyLife/Actions/PathfindAction.cs
|
||||||
|
@ -553,7 +553,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Actions/PathfindAction.cs
|
path: ../TinyLife/Actions/PathfindAction.cs
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PickUpOrSpawnAction
|
id: PickUpOrSpawnAction
|
||||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ItemCategory
|
id: ItemCategory
|
||||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
|
@ -172,7 +172,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ItemToSpawn
|
id: ItemToSpawn
|
||||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
|
@ -211,7 +211,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ColorsToSpawn
|
id: ColorsToSpawn
|
||||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
|
@ -250,7 +250,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
|
@ -289,7 +289,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
|
@ -327,7 +327,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIconObject
|
id: GetIconObject
|
||||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PutAwayAction.cs
|
path: TinyLife/Actions/PutAwayAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PutAwayAction
|
id: PutAwayAction
|
||||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||||
|
@ -128,7 +128,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PutAwayAction.cs
|
path: TinyLife/Actions/PutAwayAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Items
|
id: Items
|
||||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||||
|
@ -165,7 +165,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PutAwayAction.cs
|
path: TinyLife/Actions/PutAwayAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||||
|
@ -203,7 +203,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PutAwayAction.cs
|
path: TinyLife/Actions/PutAwayAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||||
|
@ -238,7 +238,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PutAwayAction.cs
|
path: TinyLife/Actions/PutAwayAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SellAction.cs
|
path: TinyLife/Actions/SellAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SellAction
|
id: SellAction
|
||||||
path: ../TinyLife/Actions/SellAction.cs
|
path: ../TinyLife/Actions/SellAction.cs
|
||||||
|
@ -129,7 +129,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SellAction.cs
|
path: TinyLife/Actions/SellAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Items
|
id: Items
|
||||||
path: ../TinyLife/Actions/SellAction.cs
|
path: ../TinyLife/Actions/SellAction.cs
|
||||||
|
@ -166,7 +166,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SellAction.cs
|
path: TinyLife/Actions/SellAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/SellAction.cs
|
path: ../TinyLife/Actions/SellAction.cs
|
||||||
|
@ -204,7 +204,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SellAction.cs
|
path: TinyLife/Actions/SellAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/SellAction.cs
|
path: ../TinyLife/Actions/SellAction.cs
|
||||||
|
@ -239,7 +239,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SellAction.cs
|
path: TinyLife/Actions/SellAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/SellAction.cs
|
path: ../TinyLife/Actions/SellAction.cs
|
||||||
|
@ -277,7 +277,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SellAction.cs
|
path: TinyLife/Actions/SellAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSoldObject
|
id: GetSoldObject
|
||||||
path: ../TinyLife/Actions/SellAction.cs
|
path: ../TinyLife/Actions/SellAction.cs
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SitAction
|
id: SitAction
|
||||||
path: ../TinyLife/Actions/SitAction.cs
|
path: ../TinyLife/Actions/SitAction.cs
|
||||||
|
@ -128,7 +128,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/SitAction.cs
|
path: ../TinyLife/Actions/SitAction.cs
|
||||||
|
@ -167,7 +167,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/SitAction.cs
|
path: ../TinyLife/Actions/SitAction.cs
|
||||||
|
@ -205,7 +205,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/SitAction.cs
|
path: ../TinyLife/Actions/SitAction.cs
|
||||||
|
@ -240,7 +240,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: ../TinyLife/Actions/SitAction.cs
|
path: ../TinyLife/Actions/SitAction.cs
|
||||||
|
@ -285,7 +285,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/SitAction.cs
|
path: ../TinyLife/Actions/SitAction.cs
|
||||||
|
@ -323,7 +323,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: ../TinyLife/Actions/SitAction.cs
|
path: ../TinyLife/Actions/SitAction.cs
|
||||||
|
|
|
@ -36,7 +36,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SocialAction
|
id: SocialAction
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -143,7 +143,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsMain
|
id: IsMain
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Partner
|
id: Partner
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -229,7 +229,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PartnerAction
|
id: PartnerAction
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -266,7 +266,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConversationTime
|
id: ConversationTime
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -315,7 +315,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InProgressTime
|
id: InProgressTime
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -356,7 +356,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Id
|
id: Id
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -403,7 +403,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PartnerCompletion
|
id: PartnerCompletion
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -436,7 +436,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -475,7 +475,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -513,7 +513,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UpdateConversation
|
id: UpdateConversation
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -557,7 +557,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsConversationCompleted
|
id: IsConversationCompleted
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -594,7 +594,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InitializeConversation
|
id: InitializeConversation
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -628,7 +628,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetMaxWaitTime
|
id: GetMaxWaitTime
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -665,7 +665,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -700,7 +700,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -745,7 +745,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -785,7 +785,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCancel
|
id: CanCancel
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -827,7 +827,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -866,7 +866,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -908,7 +908,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
@ -946,7 +946,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InvokeForBoth
|
id: InvokeForBoth
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/StoreAction.cs
|
path: TinyLife/Actions/StoreAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StoreAction
|
id: StoreAction
|
||||||
path: ../TinyLife/Actions/StoreAction.cs
|
path: ../TinyLife/Actions/StoreAction.cs
|
||||||
|
@ -128,7 +128,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/StoreAction.cs
|
path: TinyLife/Actions/StoreAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Items
|
id: Items
|
||||||
path: ../TinyLife/Actions/StoreAction.cs
|
path: ../TinyLife/Actions/StoreAction.cs
|
||||||
|
@ -165,7 +165,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/StoreAction.cs
|
path: TinyLife/Actions/StoreAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/StoreAction.cs
|
path: ../TinyLife/Actions/StoreAction.cs
|
||||||
|
@ -203,7 +203,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/StoreAction.cs
|
path: TinyLife/Actions/StoreAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/StoreAction.cs
|
path: ../TinyLife/Actions/StoreAction.cs
|
||||||
|
@ -238,7 +238,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/StoreAction.cs
|
path: TinyLife/Actions/StoreAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: ../TinyLife/Actions/StoreAction.cs
|
path: ../TinyLife/Actions/StoreAction.cs
|
||||||
|
@ -283,7 +283,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/StoreAction.cs
|
path: TinyLife/Actions/StoreAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/StoreAction.cs
|
path: ../TinyLife/Actions/StoreAction.cs
|
||||||
|
@ -321,7 +321,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/StoreAction.cs
|
path: TinyLife/Actions/StoreAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: ../TinyLife/Actions/StoreAction.cs
|
path: ../TinyLife/Actions/StoreAction.cs
|
||||||
|
|
|
@ -15,7 +15,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EvaluationResult
|
id: EvaluationResult
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
|
|
@ -42,7 +42,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TalkSettings
|
id: TalkSettings
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -96,7 +96,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FriendshipGain
|
id: FriendshipGain
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -129,7 +129,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoBadlyChance
|
id: GoBadlyChance
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -162,7 +162,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TalkMinutes
|
id: TalkMinutes
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -195,7 +195,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EmoteCategory
|
id: EmoteCategory
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -228,7 +228,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeakStyle
|
id: SpeakStyle
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -261,7 +261,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PartnerEmoteCategory
|
id: PartnerEmoteCategory
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -294,7 +294,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PartnerSpeakStyle
|
id: PartnerSpeakStyle
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -327,7 +327,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GainedSkill
|
id: GainedSkill
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -360,7 +360,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GainSkillOnFailure
|
id: GainSkillOnFailure
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -393,7 +393,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RestoredNeed
|
id: RestoredNeed
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -426,7 +426,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredEmotion
|
id: RequiredEmotion
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -459,7 +459,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredPersonality
|
id: RequiredPersonality
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -492,7 +492,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredSkill
|
id: RequiredSkill
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -525,7 +525,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredAges
|
id: RequiredAges
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -558,7 +558,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredPartnerAges
|
id: RequiredPartnerAges
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -591,7 +591,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecute
|
id: CanExecute
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -624,7 +624,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FailEmotion
|
id: FailEmotion
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -657,7 +657,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SuccessEmotion
|
id: SuccessEmotion
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -690,7 +690,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GainRomancePercentage
|
id: GainRomancePercentage
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -723,7 +723,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LoweredEmotion
|
id: LoweredEmotion
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -756,7 +756,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnSuccess
|
id: OnSuccess
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -789,7 +789,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnFailure
|
id: OnFailure
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -822,7 +822,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanDoRandomly
|
id: CanDoRandomly
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -855,7 +855,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -899,7 +899,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EvaluateFully
|
id: EvaluateFully
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -937,7 +937,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EvaluateSimple
|
id: EvaluateSimple
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -984,7 +984,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CheckCanExecute
|
id: CheckCanExecute
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
|
|
@ -27,7 +27,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TalkAction
|
id: TalkAction
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -148,7 +148,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnEvaluate
|
id: OnEvaluate
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -183,7 +183,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnTalkSuccess
|
id: OnTalkSuccess
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -218,7 +218,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnTalkFailure
|
id: OnTalkFailure
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -253,7 +253,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Settings
|
id: Settings
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -290,7 +290,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -329,7 +329,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UpdateConversation
|
id: UpdateConversation
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -374,7 +374,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -413,7 +413,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsConversationCompleted
|
id: IsConversationCompleted
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -451,7 +451,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Create
|
id: Create
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -501,7 +501,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFunny
|
id: CreateFunny
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -557,7 +557,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateMean
|
id: CreateMean
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
@ -607,7 +607,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateRomantic
|
id: CreateRomantic
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PathfindToPersonAction
|
id: PathfindToPersonAction
|
||||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
|
@ -107,7 +107,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
|
@ -143,7 +143,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetMaxPathfindTime
|
id: GetMaxPathfindTime
|
||||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
|
@ -180,7 +180,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
|
@ -215,7 +215,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
|
@ -260,7 +260,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
|
@ -302,7 +302,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
|
@ -340,7 +340,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpawnItemInHandAction
|
id: SpawnItemInHandAction
|
||||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
|
@ -108,7 +108,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ItemToSpawn
|
id: ItemToSpawn
|
||||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
|
@ -151,7 +151,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ColorsToSpawn
|
id: ColorsToSpawn
|
||||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
|
@ -198,7 +198,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
|
@ -239,7 +239,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
|
@ -274,7 +274,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
|
@ -312,7 +312,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
|
@ -357,7 +357,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TellPeopleToLeaveRoomAction
|
id: TellPeopleToLeaveRoomAction
|
||||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
|
@ -108,7 +108,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExcludedPeople
|
id: ExcludedPeople
|
||||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
|
@ -153,7 +153,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
|
@ -227,7 +227,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
|
@ -265,7 +265,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
|
@ -304,7 +304,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TryToLeaveRoom
|
id: TryToLeaveRoom
|
||||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
|
|
|
@ -51,7 +51,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TypelessAction
|
id: TypelessAction
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -121,7 +121,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Random
|
id: Random
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -158,7 +158,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Info
|
id: Info
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -203,7 +203,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StartedAutomatically
|
id: StartedAutomatically
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -250,7 +250,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsUnderlying
|
id: IsUnderlying
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -287,7 +287,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Map
|
id: Map
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -324,7 +324,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -361,7 +361,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ElapsedTime
|
id: ElapsedTime
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -410,7 +410,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PlayerPromptOpen
|
id: PlayerPromptOpen
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -447,7 +447,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InProgressTime
|
id: InProgressTime
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -487,7 +487,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FullyInProgress
|
id: FullyInProgress
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -527,7 +527,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ForceFail
|
id: ForceFail
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -560,7 +560,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -596,7 +596,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -630,7 +630,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -674,7 +674,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -711,7 +711,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -749,7 +749,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -790,7 +790,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OpenPlayerPrompt
|
id: OpenPlayerPrompt
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -847,7 +847,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OpenYesNoPrompt
|
id: OpenYesNoPrompt
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -889,7 +889,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OpenTextPrompt
|
id: OpenTextPrompt
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -940,7 +940,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeakAlone
|
id: SpeakAlone
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -991,7 +991,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeakInConversation
|
id: SpeakInConversation
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1002,7 +1002,7 @@ items:
|
||||||
summary: "\nHelper method to display emotes over each conversation partner in a back and forth fashion to make it seem like they are conversing.\nWhen used in <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref>, only the action that <xref href=\"TinyLife.Actions.SocialAction.IsMain\" data-throw-if-not-resolved=\"false\"></xref> should call this method.\n"
|
summary: "\nHelper method to display emotes over each conversation partner in a back and forth fashion to make it seem like they are conversing.\nWhen used in <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref>, only the action that <xref href=\"TinyLife.Actions.SocialAction.IsMain\" data-throw-if-not-resolved=\"false\"></xref> should call this method.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public bool SpeakInConversation(Person partner, GameTime time, float speedMultiplier, EmoteCategory emoteCategories, SpeakStyle speakStyles, EmoteCategory? partnerEmoteCategories = default(EmoteCategory? ), SpeakStyle? partnerSpeakStyles = default(SpeakStyle? ), int totalAmount = 2147483647)
|
content: public bool SpeakInConversation(Person partner, GameTime time, float speedMultiplier, EmoteCategory emoteCategories, SpeakStyle speakStyles, EmoteCategory? partnerEmoteCategories = null, SpeakStyle? partnerSpeakStyles = null, int totalAmount = 2147483647)
|
||||||
parameters:
|
parameters:
|
||||||
- id: partner
|
- id: partner
|
||||||
type: TinyLife.Objects.Person
|
type: TinyLife.Objects.Person
|
||||||
|
@ -1054,7 +1054,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CompleteInTime
|
id: CompleteInTime
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1105,7 +1105,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CompleteIfNeedFull
|
id: CompleteIfNeedFull
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1152,7 +1152,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PutDownOrGoTo
|
id: PutDownOrGoTo
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1202,7 +1202,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPlaceDirection
|
id: GetPlaceDirection
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1246,7 +1246,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sit
|
id: Sit
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1296,7 +1296,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeChair
|
id: GetFreeChair
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1340,7 +1340,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeChairs
|
id: GetFreeChairs
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1390,7 +1390,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindAllFreePeople
|
id: FindAllFreePeople
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1401,7 +1401,7 @@ items:
|
||||||
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static IEnumerable<Person> FindAllFreePeople(Person person, ActionType type = null, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false)
|
content: public static IEnumerable<Person> FindAllFreePeople(Person person, ActionType type = null, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
|
||||||
parameters:
|
parameters:
|
||||||
- id: person
|
- id: person
|
||||||
type: TinyLife.Objects.Person
|
type: TinyLife.Objects.Person
|
||||||
|
@ -1446,7 +1446,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindAllFreeFurniture
|
id: FindAllFreeFurniture
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1457,7 +1457,7 @@ items:
|
||||||
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static IEnumerable<Furniture> FindAllFreeFurniture(Person person, ObjectCategory categories = null, FurnitureType objectSpotType = null, bool needsFreeActionSpot = true, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool allowBroken = false, bool ignoreVisibility = false)
|
content: public static IEnumerable<Furniture> FindAllFreeFurniture(Person person, ObjectCategory categories = null, FurnitureType objectSpotType = null, bool needsFreeActionSpot = true, Vector2? position = null, float? radius = null, bool allowBroken = false, bool ignoreVisibility = false)
|
||||||
parameters:
|
parameters:
|
||||||
- id: person
|
- id: person
|
||||||
type: TinyLife.Objects.Person
|
type: TinyLife.Objects.Person
|
||||||
|
@ -1511,7 +1511,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindAllFreeWalls
|
id: FindAllFreeWalls
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1522,7 +1522,7 @@ items:
|
||||||
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.World.Wall\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.World.Wall\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static IEnumerable<Wall> FindAllFreeWalls(Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false)
|
content: public static IEnumerable<Wall> FindAllFreeWalls(Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
|
||||||
parameters:
|
parameters:
|
||||||
- id: person
|
- id: person
|
||||||
type: TinyLife.Objects.Person
|
type: TinyLife.Objects.Person
|
||||||
|
@ -1564,7 +1564,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindAllFreeGround
|
id: FindAllFreeGround
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1575,7 +1575,7 @@ items:
|
||||||
summary: "\nA helper method to find a set of all positions on the ground that are currently valid for interaction\n"
|
summary: "\nA helper method to find a set of all positions on the ground that are currently valid for interaction\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static IEnumerable<Point> FindAllFreeGround(Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false)
|
content: public static IEnumerable<Point> FindAllFreeGround(Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
|
||||||
parameters:
|
parameters:
|
||||||
- id: person
|
- id: person
|
||||||
type: TinyLife.Objects.Person
|
type: TinyLife.Objects.Person
|
||||||
|
@ -1617,7 +1617,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindFreeFurniture
|
id: FindFreeFurniture
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1628,7 +1628,7 @@ items:
|
||||||
summary: "\nA helper method to find the best <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instance to interact with based on the given data.\nNote that this method always returns a <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> related to the first result from <xref href=\"TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person%2cTinyLife.Objects.ObjectCategory%2cTinyLife.Objects.FurnitureType%2cSystem.Boolean%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Nullable%7bSystem.Single%7d%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
summary: "\nA helper method to find the best <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instance to interact with based on the given data.\nNote that this method always returns a <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> related to the first result from <xref href=\"TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person%2cTinyLife.Objects.ObjectCategory%2cTinyLife.Objects.FurnitureType%2cSystem.Boolean%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Nullable%7bSystem.Single%7d%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static ActionInfo FindFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, Vector2? position = default(Vector2? ), bool allowBroken = false, bool ignoreVisibility = false)
|
content: public static ActionInfo FindFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, Vector2? position = null, bool allowBroken = false, bool ignoreVisibility = false)
|
||||||
parameters:
|
parameters:
|
||||||
- id: person
|
- id: person
|
||||||
type: TinyLife.Objects.Person
|
type: TinyLife.Objects.Person
|
||||||
|
@ -1676,7 +1676,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetTableSpot
|
id: GetTableSpot
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
@ -1720,7 +1720,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InvokeForBoth
|
id: InvokeForBoth
|
||||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WalkAction.cs
|
path: TinyLife/Actions/WalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WalkAction
|
id: WalkAction
|
||||||
path: ../TinyLife/Actions/WalkAction.cs
|
path: ../TinyLife/Actions/WalkAction.cs
|
||||||
|
@ -126,7 +126,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WalkAction.cs
|
path: TinyLife/Actions/WalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrainEnergy
|
id: DrainEnergy
|
||||||
path: ../TinyLife/Actions/WalkAction.cs
|
path: ../TinyLife/Actions/WalkAction.cs
|
||||||
|
@ -169,7 +169,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WalkAction.cs
|
path: TinyLife/Actions/WalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/WalkAction.cs
|
path: ../TinyLife/Actions/WalkAction.cs
|
||||||
|
@ -208,7 +208,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WalkAction.cs
|
path: TinyLife/Actions/WalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindPath
|
id: FindPath
|
||||||
path: ../TinyLife/Actions/WalkAction.cs
|
path: ../TinyLife/Actions/WalkAction.cs
|
||||||
|
@ -250,7 +250,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WalkAction.cs
|
path: TinyLife/Actions/WalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSpeed
|
id: GetSpeed
|
||||||
path: ../TinyLife/Actions/WalkAction.cs
|
path: ../TinyLife/Actions/WalkAction.cs
|
||||||
|
@ -288,7 +288,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WalkAction.cs
|
path: TinyLife/Actions/WalkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/WalkAction.cs
|
path: ../TinyLife/Actions/WalkAction.cs
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Channel
|
id: Channel
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -56,7 +56,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Comedy
|
id: Comedy
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -90,7 +90,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Cooking
|
id: Cooking
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -124,7 +124,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Romance
|
id: Romance
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -158,7 +158,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Drama
|
id: Drama
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: News
|
id: News
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -226,7 +226,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Cartoons
|
id: Cartoons
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WatchTvAction
|
id: WatchTvAction
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -131,7 +131,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FullyInProgress
|
id: FullyInProgress
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -172,7 +172,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -210,7 +210,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -248,7 +248,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -283,7 +283,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -328,7 +328,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -366,7 +366,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -408,7 +408,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -447,7 +447,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetViewingArea
|
id: GetViewingArea
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -491,7 +491,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSeating
|
id: GetSeating
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
@ -538,7 +538,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetViewers
|
id: GetViewers
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAction.cs
|
path: TinyLife/Actions/WorkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkAction
|
id: WorkAction
|
||||||
path: ../TinyLife/Actions/WorkAction.cs
|
path: ../TinyLife/Actions/WorkAction.cs
|
||||||
|
@ -131,7 +131,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAction.cs
|
path: TinyLife/Actions/WorkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/WorkAction.cs
|
path: ../TinyLife/Actions/WorkAction.cs
|
||||||
|
@ -167,7 +167,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAction.cs
|
path: TinyLife/Actions/WorkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PreInitialize
|
id: PreInitialize
|
||||||
path: ../TinyLife/Actions/WorkAction.cs
|
path: ../TinyLife/Actions/WorkAction.cs
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAction.cs
|
path: TinyLife/Actions/WorkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/WorkAction.cs
|
path: ../TinyLife/Actions/WorkAction.cs
|
||||||
|
@ -237,7 +237,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAction.cs
|
path: TinyLife/Actions/WorkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/WorkAction.cs
|
path: ../TinyLife/Actions/WorkAction.cs
|
||||||
|
@ -275,7 +275,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAction.cs
|
path: TinyLife/Actions/WorkAction.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: ../TinyLife/Actions/WorkAction.cs
|
path: ../TinyLife/Actions/WorkAction.cs
|
||||||
|
|
|
@ -15,7 +15,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Debug.cs
|
path: TinyLife/Debug.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CheatDelegate
|
id: CheatDelegate
|
||||||
path: ../TinyLife/Debug.cs
|
path: ../TinyLife/Debug.cs
|
||||||
|
|
|
@ -15,7 +15,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Debug.cs
|
path: TinyLife/Debug.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DebugDelegate
|
id: DebugDelegate
|
||||||
path: ../TinyLife/Debug.cs
|
path: ../TinyLife/Debug.cs
|
||||||
|
|
|
@ -18,7 +18,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Debug.cs
|
path: TinyLife/Debug.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Debug
|
id: Debug
|
||||||
path: ../TinyLife/Debug.cs
|
path: ../TinyLife/Debug.cs
|
||||||
|
@ -63,7 +63,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Debug.cs
|
path: TinyLife/Debug.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Cheats
|
id: Cheats
|
||||||
path: ../TinyLife/Debug.cs
|
path: ../TinyLife/Debug.cs
|
||||||
|
@ -100,7 +100,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Debug.cs
|
path: TinyLife/Debug.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DebugLines
|
id: DebugLines
|
||||||
path: ../TinyLife/Debug.cs
|
path: ../TinyLife/Debug.cs
|
||||||
|
@ -137,7 +137,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Debug.cs
|
path: TinyLife/Debug.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TryCheat
|
id: TryCheat
|
||||||
path: ../TinyLife/Debug.cs
|
path: ../TinyLife/Debug.cs
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Instance
|
id: Instance
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -77,7 +77,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -122,7 +122,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Amount
|
id: Amount
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -167,7 +167,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TotalTime
|
id: TotalTime
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -212,7 +212,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Time
|
id: Time
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -259,7 +259,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Source
|
id: Source
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -296,7 +296,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassTime
|
id: PassTime
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -332,7 +332,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
|
|
@ -138,7 +138,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EmotionModifier
|
id: EmotionModifier
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -189,7 +189,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -226,7 +226,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Asleep
|
id: Asleep
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -261,7 +261,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PeedSelf
|
id: PeedSelf
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -296,7 +296,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassedOut
|
id: PassedOut
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -331,7 +331,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ReadBook
|
id: ReadBook
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -366,7 +366,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FailedJoke
|
id: FailedJoke
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -401,7 +401,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DirtyDishes
|
id: DirtyDishes
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -436,7 +436,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BadCreation
|
id: BadCreation
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -471,7 +471,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BadCreationAngry
|
id: BadCreationAngry
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -506,7 +506,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PerfectCreation
|
id: PerfectCreation
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -541,7 +541,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FriendDied
|
id: FriendDied
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -576,7 +576,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SleptOutside
|
id: SleptOutside
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -611,7 +611,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DirtyConversationPartner
|
id: DirtyConversationPartner
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -646,7 +646,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CaughtBeingInappropriate
|
id: CaughtBeingInappropriate
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -681,7 +681,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BoringWork
|
id: BoringWork
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -716,7 +716,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SawSomethingPersonal
|
id: SawSomethingPersonal
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -751,7 +751,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoodFood
|
id: GoodFood
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -786,7 +786,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PleasantInteraction
|
id: PleasantInteraction
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -821,7 +821,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LovelyInteraction
|
id: LovelyInteraction
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -856,7 +856,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FailedRomance
|
id: FailedRomance
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -891,7 +891,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StartedDating
|
id: StartedDating
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -926,7 +926,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BrokenUpWith
|
id: BrokenUpWith
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -961,7 +961,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Promoted
|
id: Promoted
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -996,7 +996,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Demoted
|
id: Demoted
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1031,7 +1031,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fired
|
id: Fired
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1066,7 +1066,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BadFood
|
id: BadFood
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1101,7 +1101,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FunFoolingAround
|
id: FunFoolingAround
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1136,7 +1136,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FinishedMod
|
id: FinishedMod
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1171,7 +1171,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FinishedApp
|
id: FinishedApp
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1206,7 +1206,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HackingFail
|
id: HackingFail
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1241,7 +1241,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PositiveGauge
|
id: PositiveGauge
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1276,7 +1276,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NegativeGauge
|
id: NegativeGauge
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1311,7 +1311,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MeanConversationPartner
|
id: MeanConversationPartner
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1346,7 +1346,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RepairFail
|
id: RepairFail
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1381,7 +1381,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FoolAroundFail
|
id: FoolAroundFail
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1416,7 +1416,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WritersBlock
|
id: WritersBlock
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1451,7 +1451,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FinishedBook
|
id: FinishedBook
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1486,7 +1486,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ScrappedBook
|
id: ScrappedBook
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1521,7 +1521,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SuccessfullyPublished
|
id: SuccessfullyPublished
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1556,7 +1556,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FailedPublishing
|
id: FailedPublishing
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1591,7 +1591,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InspiringIdeas
|
id: InspiringIdeas
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1626,7 +1626,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreativelyInspired
|
id: CreativelyInspired
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1661,7 +1661,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StrokeOfGenius
|
id: StrokeOfGenius
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1696,7 +1696,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IntrovertedOverstimulated
|
id: IntrovertedOverstimulated
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1731,7 +1731,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InspiredByPride
|
id: InspiredByPride
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1766,7 +1766,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TvInspiredToCook
|
id: TvInspiredToCook
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1801,7 +1801,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TvSaddenedByNews
|
id: TvSaddenedByNews
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1836,7 +1836,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TvExcitedByNews
|
id: TvExcitedByNews
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1871,7 +1871,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TvRomantic
|
id: TvRomantic
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1906,7 +1906,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoodWalkthrough
|
id: GoodWalkthrough
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1941,7 +1941,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BoringWalkthrough
|
id: BoringWalkthrough
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -1976,7 +1976,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BadTeammates
|
id: BadTeammates
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2011,7 +2011,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RageQuit
|
id: RageQuit
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2046,7 +2046,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WonTournament
|
id: WonTournament
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2081,7 +2081,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LostTournament
|
id: LostTournament
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2116,7 +2116,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AsexualFoolingPartner
|
id: AsexualFoolingPartner
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2151,7 +2151,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AsexualFoolingDeclined
|
id: AsexualFoolingDeclined
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2186,7 +2186,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FoolingDeclined
|
id: FoolingDeclined
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2221,7 +2221,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EnergizingJog
|
id: EnergizingJog
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2256,7 +2256,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EnergizingDumbbells
|
id: EnergizingDumbbells
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2291,7 +2291,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PulledMuscle
|
id: PulledMuscle
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2326,7 +2326,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StandingDeskPositive
|
id: StandingDeskPositive
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2361,7 +2361,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StandingDeskSore
|
id: StandingDeskSore
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2396,7 +2396,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FitnessLevelUp
|
id: FitnessLevelUp
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2431,7 +2431,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LazyWorkout
|
id: LazyWorkout
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2466,7 +2466,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProteinShakeEnergetic
|
id: ProteinShakeEnergetic
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2501,7 +2501,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProteinShakeFrisky
|
id: ProteinShakeFrisky
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2536,7 +2536,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProteinShakeFocused
|
id: ProteinShakeFocused
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2571,7 +2571,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProteinShakeFine
|
id: ProteinShakeFine
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2606,7 +2606,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooMuchProtein
|
id: TooMuchProtein
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2641,7 +2641,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProteinShakeFriskyAsexual
|
id: ProteinShakeFriskyAsexual
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2676,7 +2676,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DirtyHandsAfterToilet
|
id: DirtyHandsAfterToilet
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2711,7 +2711,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DarkRoom
|
id: DarkRoom
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2746,7 +2746,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ThrewAwayInsteadOfCleaning
|
id: ThrewAwayInsteadOfCleaning
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2781,7 +2781,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IntrovertedCloseConversation
|
id: IntrovertedCloseConversation
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2816,7 +2816,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IntrovertedStrangerDanger
|
id: IntrovertedStrangerDanger
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2851,7 +2851,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IntrovertedHomeLong
|
id: IntrovertedHomeLong
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2886,7 +2886,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExtrovertedNewRelationship
|
id: ExtrovertedNewRelationship
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2921,7 +2921,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExtrovertedConfusedByIntroversion
|
id: ExtrovertedConfusedByIntroversion
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2956,7 +2956,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DirtyObject
|
id: DirtyObject
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -2991,7 +2991,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UncomfortableCraftedFurniture
|
id: UncomfortableCraftedFurniture
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3026,7 +3026,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AmazingCraftedFurniture
|
id: AmazingCraftedFurniture
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3061,7 +3061,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SelfCraftedFurniture
|
id: SelfCraftedFurniture
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3096,7 +3096,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WoodworkingSplinter
|
id: WoodworkingSplinter
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3131,7 +3131,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ScrappedSomeonesProject
|
id: ScrappedSomeonesProject
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3166,7 +3166,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RoughSchoolDay
|
id: RoughSchoolDay
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3201,7 +3201,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FunSchoolDay
|
id: FunSchoolDay
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3236,7 +3236,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TerribleAtSchool
|
id: TerribleAtSchool
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3271,7 +3271,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GradesDown
|
id: GradesDown
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3306,7 +3306,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GradesUp
|
id: GradesUp
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3341,7 +3341,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BoringHomework
|
id: BoringHomework
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3376,7 +3376,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ForgotHomework
|
id: ForgotHomework
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3411,7 +3411,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InterestingStory
|
id: InterestingStory
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3446,7 +3446,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FunnyCartoons
|
id: FunnyCartoons
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3481,7 +3481,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FunPlaying
|
id: FunPlaying
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3516,7 +3516,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InspiringPlaying
|
id: InspiringPlaying
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3551,7 +3551,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PsychedUp
|
id: PsychedUp
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3586,7 +3586,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AggravatingConversation
|
id: AggravatingConversation
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3621,7 +3621,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UpsettingConversation
|
id: UpsettingConversation
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3656,7 +3656,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HadToGetFoodSomewhereElse
|
id: HadToGetFoodSomewhereElse
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3691,7 +3691,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UsefulProgrammingResearch
|
id: UsefulProgrammingResearch
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3726,7 +3726,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PublishedApp
|
id: PublishedApp
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3761,7 +3761,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EmergencyFood
|
id: EmergencyFood
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3796,7 +3796,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChildChef
|
id: ChildChef
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3831,7 +3831,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SomeoneTriedMyFood
|
id: SomeoneTriedMyFood
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3866,7 +3866,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BadChildFood
|
id: BadChildFood
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3901,7 +3901,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoodChildFood
|
id: GoodChildFood
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3936,7 +3936,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SandboxPositive
|
id: SandboxPositive
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -3971,7 +3971,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SandboxNegative
|
id: SandboxNegative
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4006,7 +4006,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SandboxSocialPositive
|
id: SandboxSocialPositive
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4041,7 +4041,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SandboxSocialNegative
|
id: SandboxSocialNegative
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4076,7 +4076,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PuzzlePositive
|
id: PuzzlePositive
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4111,7 +4111,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PuzzleNegative
|
id: PuzzleNegative
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4146,7 +4146,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PuzzleNegativeChild
|
id: PuzzleNegativeChild
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4181,7 +4181,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShoodChild
|
id: ShoodChild
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4216,7 +4216,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4251,7 +4251,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4286,7 +4286,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Emotion
|
id: Emotion
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4321,7 +4321,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Condition
|
id: Condition
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4356,7 +4356,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4404,7 +4404,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4452,7 +4452,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCausedEmotion
|
id: GetCausedEmotion
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
@ -4491,7 +4491,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
|
|
|
@ -18,7 +18,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TypeCategory
|
id: TypeCategory
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -53,7 +53,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Negative
|
id: Negative
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -87,7 +87,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Positive
|
id: Positive
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -121,7 +121,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Neutral
|
id: Neutral
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
|
|
@ -35,7 +35,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EmotionType
|
id: EmotionType
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -86,7 +86,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -123,7 +123,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fine
|
id: Fine
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -158,7 +158,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Uncomfortable
|
id: Uncomfortable
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -193,7 +193,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Asleep
|
id: Asleep
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -228,7 +228,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Happy
|
id: Happy
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -263,7 +263,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Embarrassed
|
id: Embarrassed
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -298,7 +298,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sad
|
id: Sad
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -333,7 +333,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Bored
|
id: Bored
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -368,7 +368,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Frisky
|
id: Frisky
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -403,7 +403,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Creative
|
id: Creative
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -438,7 +438,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Focused
|
id: Focused
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -473,7 +473,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Stunned
|
id: Stunned
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -508,7 +508,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Angry
|
id: Angry
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -543,7 +543,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Energetic
|
id: Energetic
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -578,7 +578,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -613,7 +613,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -648,7 +648,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Color
|
id: Color
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -683,7 +683,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Category
|
id: Category
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -718,7 +718,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
@ -763,7 +763,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Emotions/EmotionType.cs
|
path: ../TinyLife/Emotions/EmotionType.cs
|
||||||
|
|
|
@ -16,7 +16,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/IEmotionSource.cs
|
path: TinyLife/Emotions/IEmotionSource.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IEmotionSource
|
id: IEmotionSource
|
||||||
path: ../TinyLife/Emotions/IEmotionSource.cs
|
path: ../TinyLife/Emotions/IEmotionSource.cs
|
||||||
|
@ -51,7 +51,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/IEmotionSource.cs
|
path: TinyLife/Emotions/IEmotionSource.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SourceString
|
id: SourceString
|
||||||
path: ../TinyLife/Emotions/IEmotionSource.cs
|
path: ../TinyLife/Emotions/IEmotionSource.cs
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameMode
|
id: GameMode
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -55,7 +55,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Splash
|
id: Splash
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -89,7 +89,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MainMenu
|
id: MainMenu
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -123,7 +123,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SelectHousehold
|
id: SelectHousehold
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -157,7 +157,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InGameHousehold
|
id: InGameHousehold
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -191,7 +191,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BuildOnly
|
id: BuildOnly
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
|
|
@ -42,7 +42,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameImpl
|
id: GameImpl
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -140,7 +140,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Version
|
id: Version
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -177,7 +177,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Instance
|
id: Instance
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -216,7 +216,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GraphicsMetrics
|
id: GraphicsMetrics
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -253,7 +253,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Camera
|
id: Camera
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -290,7 +290,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Listener
|
id: Listener
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -327,7 +327,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Map
|
id: Map
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -364,7 +364,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentTool
|
id: CurrentTool
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -401,7 +401,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentTime
|
id: CurrentTime
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -438,7 +438,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Weekday
|
id: Weekday
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -475,7 +475,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentHousehold
|
id: CurrentHousehold
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -512,7 +512,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Money
|
id: Money
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -549,7 +549,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentLot
|
id: CurrentLot
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -586,7 +586,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Speed
|
id: Speed
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -623,7 +623,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FollowingPerson
|
id: FollowingPerson
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -660,7 +660,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SaveName
|
id: SaveName
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -697,7 +697,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mode
|
id: Mode
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -734,7 +734,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LoadContent
|
id: LoadContent
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -768,7 +768,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoUpdate
|
id: DoUpdate
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -805,7 +805,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoDraw
|
id: DoDraw
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -842,7 +842,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Dispose
|
id: Dispose
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -879,7 +879,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InitializeDefaultUiStyle
|
id: InitializeDefaultUiStyle
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -918,7 +918,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsMouseOnUi
|
id: IsMouseOnUi
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -953,7 +953,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SwitchGameMode
|
id: SwitchGameMode
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -989,7 +989,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeExtremelyFast
|
id: CanBeExtremelyFast
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -1024,7 +1024,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanSwitchGameModes
|
id: CanSwitchGameModes
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -1059,7 +1059,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FadeKeyboardLighting
|
id: FadeKeyboardLighting
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -1095,7 +1095,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakeScreenshot
|
id: TakeScreenshot
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
@ -1106,7 +1106,7 @@ items:
|
||||||
summary: "\nTakes a screenshot and stores it in the default location, using a file name that contains the current date and time\n"
|
summary: "\nTakes a screenshot and stores it in the default location, using a file name that contains the current date and time\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public void TakeScreenshot(Point size, RectangleF? visibleArea = default(RectangleF? ), Matrix? visibleMatrix = default(Matrix? ), RenderTarget2D lightmap = null)
|
content: public void TakeScreenshot(Point size, RectangleF? visibleArea = null, Matrix? visibleMatrix = null, RenderTarget2D lightmap = null)
|
||||||
parameters:
|
parameters:
|
||||||
- id: size
|
- id: size
|
||||||
type: Microsoft.Xna.Framework.Point
|
type: Microsoft.Xna.Framework.Point
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Options.cs
|
path: TinyLife/Options.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameSpeed
|
id: GameSpeed
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
|
@ -55,7 +55,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Options.cs
|
path: TinyLife/Options.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Paused
|
id: Paused
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
|
@ -89,7 +89,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Options.cs
|
path: TinyLife/Options.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Regular
|
id: Regular
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
|
@ -123,7 +123,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Options.cs
|
path: TinyLife/Options.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fast
|
id: Fast
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
|
@ -157,7 +157,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Options.cs
|
path: TinyLife/Options.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryFast
|
id: VeryFast
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
|
@ -191,7 +191,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Options.cs
|
path: TinyLife/Options.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExtremelyFast
|
id: ExtremelyFast
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
|
|
|
@ -24,7 +24,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GenealogyType
|
id: GenealogyType
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
|
@ -61,7 +61,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Unrelated
|
id: Unrelated
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
|
@ -95,7 +95,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Parent
|
id: Parent
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
|
@ -129,7 +129,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
|
@ -163,7 +163,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sibling
|
id: Sibling
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
|
@ -197,7 +197,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Nibling
|
id: Nibling
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
|
@ -231,7 +231,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pibling
|
id: Pibling
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
|
@ -265,7 +265,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Grandparent
|
id: Grandparent
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
|
@ -299,7 +299,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Grandchild
|
id: Grandchild
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
|
@ -333,7 +333,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DistantlyRelated
|
id: DistantlyRelated
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AmountGoal.cs
|
path: TinyLife/Goals/AmountGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AmountGoal
|
id: AmountGoal
|
||||||
path: ../TinyLife/Goals/AmountGoal.cs
|
path: ../TinyLife/Goals/AmountGoal.cs
|
||||||
|
@ -83,7 +83,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AmountGoal.cs
|
path: TinyLife/Goals/AmountGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/AmountGoal.cs
|
path: ../TinyLife/Goals/AmountGoal.cs
|
||||||
|
@ -119,7 +119,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AmountGoal.cs
|
path: TinyLife/Goals/AmountGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: ../TinyLife/Goals/AmountGoal.cs
|
path: ../TinyLife/Goals/AmountGoal.cs
|
||||||
|
@ -157,7 +157,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AmountGoal.cs
|
path: TinyLife/Goals/AmountGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: ../TinyLife/Goals/AmountGoal.cs
|
path: ../TinyLife/Goals/AmountGoal.cs
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AmountGoal.cs
|
path: TinyLife/Goals/AmountGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress
|
||||||
path: ../TinyLife/Goals/AmountGoal.cs
|
path: ../TinyLife/Goals/AmountGoal.cs
|
||||||
|
@ -230,7 +230,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AmountGoal.cs
|
path: TinyLife/Goals/AmountGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: ../TinyLife/Goals/AmountGoal.cs
|
path: ../TinyLife/Goals/AmountGoal.cs
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AutoGoalInfo
|
id: AutoGoalInfo
|
||||||
path: ../TinyLife/Goals/GoalInfo.cs
|
path: ../TinyLife/Goals/GoalInfo.cs
|
||||||
|
@ -80,7 +80,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Triggers
|
id: Triggers
|
||||||
path: ../TinyLife/Goals/GoalInfo.cs
|
path: ../TinyLife/Goals/GoalInfo.cs
|
||||||
|
@ -115,7 +115,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Condition
|
id: Condition
|
||||||
path: ../TinyLife/Goals/GoalInfo.cs
|
path: ../TinyLife/Goals/GoalInfo.cs
|
||||||
|
@ -150,7 +150,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Timed
|
id: Timed
|
||||||
path: ../TinyLife/Goals/GoalInfo.cs
|
path: ../TinyLife/Goals/GoalInfo.cs
|
||||||
|
@ -206,7 +206,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Amount
|
id: Amount
|
||||||
path: ../TinyLife/Goals/GoalInfo.cs
|
path: ../TinyLife/Goals/GoalInfo.cs
|
||||||
|
@ -262,7 +262,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Distinct
|
id: Distinct
|
||||||
path: ../TinyLife/Goals/GoalInfo.cs
|
path: ../TinyLife/Goals/GoalInfo.cs
|
||||||
|
@ -321,7 +321,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Distinct
|
id: Distinct
|
||||||
path: ../TinyLife/Goals/GoalInfo.cs
|
path: ../TinyLife/Goals/GoalInfo.cs
|
||||||
|
@ -380,7 +380,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Conditioned
|
id: Conditioned
|
||||||
path: ../TinyLife/Goals/GoalInfo.cs
|
path: ../TinyLife/Goals/GoalInfo.cs
|
||||||
|
@ -433,7 +433,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/GoalInfo.cs
|
path: ../TinyLife/Goals/GoalInfo.cs
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AutoTriggerGoal
|
id: AutoTriggerGoal
|
||||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
|
@ -95,7 +95,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AutoInfo
|
id: AutoInfo
|
||||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
|
@ -130,7 +130,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
|
@ -168,7 +168,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
|
@ -208,7 +208,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
|
@ -252,7 +252,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
|
@ -301,7 +301,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ConditionedGoal.cs
|
path: TinyLife/Goals/ConditionedGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConditionedGoal
|
id: ConditionedGoal
|
||||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||||
|
@ -83,7 +83,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ConditionedGoal.cs
|
path: TinyLife/Goals/ConditionedGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||||
|
@ -119,7 +119,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ConditionedGoal.cs
|
path: TinyLife/Goals/ConditionedGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||||
|
@ -157,7 +157,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ConditionedGoal.cs
|
path: TinyLife/Goals/ConditionedGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ConditionedGoal.cs
|
path: TinyLife/Goals/ConditionedGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress
|
||||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||||
|
@ -230,7 +230,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ConditionedGoal.cs
|
path: TinyLife/Goals/ConditionedGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DistinctGoal
|
id: DistinctGoal
|
||||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||||
|
@ -83,7 +83,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||||
|
@ -119,7 +119,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||||
|
@ -157,7 +157,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress
|
||||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||||
|
@ -230,7 +230,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||||
|
@ -272,7 +272,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Goal
|
id: Goal
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
|
@ -91,7 +91,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
|
@ -136,7 +136,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Set
|
id: Set
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
|
@ -173,7 +173,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Info
|
id: Info
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
|
@ -210,7 +210,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
|
@ -249,7 +249,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
|
@ -286,7 +286,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
|
@ -320,7 +320,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
|
@ -357,7 +357,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
|
|
|
@ -18,7 +18,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoalInfo
|
id: GoalInfo
|
||||||
path: ../TinyLife/Goals/GoalInfo.cs
|
path: ../TinyLife/Goals/GoalInfo.cs
|
||||||
|
@ -74,7 +74,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Goals/GoalInfo.cs
|
path: ../TinyLife/Goals/GoalInfo.cs
|
||||||
|
@ -109,7 +109,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/GoalInfo.cs
|
path: ../TinyLife/Goals/GoalInfo.cs
|
||||||
|
@ -151,7 +151,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Construct
|
id: Construct
|
||||||
path: ../TinyLife/Goals/GoalInfo.cs
|
path: ../TinyLife/Goals/GoalInfo.cs
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoalSet
|
id: GoalSet
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -89,7 +89,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Info
|
id: Info
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -126,7 +126,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -163,7 +163,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -237,7 +237,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -272,7 +272,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -304,7 +304,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetGoals
|
id: GetGoals
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -347,7 +347,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetGoal
|
id: GetGoal
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -394,7 +394,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetGoal
|
id: GetGoal
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -437,7 +437,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplay
|
id: GetDisplay
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -476,7 +476,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
|
|
@ -18,7 +18,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoalSetInfo
|
id: GoalSetInfo
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -72,7 +72,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Configurations
|
id: Configurations
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -107,7 +107,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
@ -146,7 +146,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Construct
|
id: Construct
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalTrigger.cs
|
path: TinyLife/Goals/GoalTrigger.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoalTrigger
|
id: GoalTrigger
|
||||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||||
|
@ -65,7 +65,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalTrigger.cs
|
path: TinyLife/Goals/GoalTrigger.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PersonUpdate
|
id: PersonUpdate
|
||||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||||
|
@ -99,7 +99,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalTrigger.cs
|
path: TinyLife/Goals/GoalTrigger.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FurnitureCreated
|
id: FurnitureCreated
|
||||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalTrigger.cs
|
path: TinyLife/Goals/GoalTrigger.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionCompleted
|
id: ActionCompleted
|
||||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||||
|
@ -167,7 +167,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalTrigger.cs
|
path: TinyLife/Goals/GoalTrigger.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionUpdate
|
id: ActionUpdate
|
||||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||||
|
@ -201,7 +201,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalTrigger.cs
|
path: TinyLife/Goals/GoalTrigger.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EarnMoney
|
id: EarnMoney
|
||||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||||
|
|
|
@ -27,7 +27,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Job
|
id: Job
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
|
@ -90,7 +90,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
|
@ -135,7 +135,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
|
@ -172,7 +172,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Performance
|
id: Performance
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
|
@ -219,7 +219,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Level
|
id: Level
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
|
@ -266,7 +266,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DailyTasks
|
id: DailyTasks
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
|
@ -313,7 +313,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentHourlyPay
|
id: CurrentHourlyPay
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
|
@ -350,7 +350,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
|
@ -392,7 +392,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
|
@ -428,7 +428,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddPerformance
|
id: AddPerformance
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
|
@ -464,7 +464,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddLevel
|
id: AddLevel
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
|
@ -500,7 +500,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasRequiredPromotionSkills
|
id: HasRequiredPromotionSkills
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
|
@ -535,7 +535,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
|
|
|
@ -41,7 +41,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: JobType
|
id: JobType
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -103,7 +103,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -140,7 +140,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PrimarySchoolStudent
|
id: PrimarySchoolStudent
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -175,7 +175,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -210,7 +210,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HourlyPay
|
id: HourlyPay
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -245,7 +245,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkHours
|
id: WorkHours
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -280,7 +280,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OffWorkDays
|
id: OffWorkDays
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -315,7 +315,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredPromotionSkills
|
id: RequiredPromotionSkills
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -352,7 +352,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MaxLevel
|
id: MaxLevel
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -389,7 +389,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasSpecialLocalization
|
id: HasSpecialLocalization
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -426,7 +426,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredAges
|
id: RequiredAges
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -463,7 +463,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanQuitOrBeFired
|
id: CanQuitOrBeFired
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -500,7 +500,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DailyTasks
|
id: DailyTasks
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -537,7 +537,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DailyTaskImportance
|
id: DailyTaskImportance
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -574,7 +574,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SourceString
|
id: SourceString
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -613,7 +613,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -661,7 +661,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Construct
|
id: Construct
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -703,7 +703,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsTimeToWork
|
id: IsTimeToWork
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -714,7 +714,7 @@ items:
|
||||||
summary: "\nReturns whether the given time (or the game's current time) is in the bounds of <xref href=\"TinyLife.Goals.JobType.WorkHours\" data-throw-if-not-resolved=\"false\"></xref> and outside of the bounds of <xref href=\"TinyLife.Goals.JobType.OffWorkDays\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this method returns true, <xref href=\"TinyLife.Actions.WorkAction\" data-throw-if-not-resolved=\"false\"></xref> can be started.\n"
|
summary: "\nReturns whether the given time (or the game's current time) is in the bounds of <xref href=\"TinyLife.Goals.JobType.WorkHours\" data-throw-if-not-resolved=\"false\"></xref> and outside of the bounds of <xref href=\"TinyLife.Goals.JobType.OffWorkDays\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this method returns true, <xref href=\"TinyLife.Actions.WorkAction\" data-throw-if-not-resolved=\"false\"></xref> can be started.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public virtual bool IsTimeToWork(TimeSpan? time = default(TimeSpan? ))
|
content: public virtual bool IsTimeToWork(TimeSpan? time = null)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: System.Nullable{System.TimeSpan}
|
type: System.Nullable{System.TimeSpan}
|
||||||
|
@ -747,7 +747,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToScheduleString
|
id: ToScheduleString
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -784,7 +784,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -795,7 +795,7 @@ items:
|
||||||
summary: "\nReturns the display name of this <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, based on the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">level</code>.\nIf no level is given, the job's regular name, without the level-based suffix, is returned.\n"
|
summary: "\nReturns the display name of this <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, based on the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">level</code>.\nIf no level is given, the job's regular name, without the level-based suffix, is returned.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public virtual string GetDisplayName(int? level = default(int? ))
|
content: public virtual string GetDisplayName(int? level = null)
|
||||||
parameters:
|
parameters:
|
||||||
- id: level
|
- id: level
|
||||||
type: System.Nullable{System.Int32}
|
type: System.Nullable{System.Int32}
|
||||||
|
@ -828,7 +828,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRequiredPromotionSkills
|
id: GetRequiredPromotionSkills
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -869,7 +869,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnWorkStartsInAnHour
|
id: OnWorkStartsInAnHour
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -907,7 +907,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnWorkHoursOver
|
id: OnWorkHoursOver
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -945,7 +945,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnWorkFinished
|
id: OnWorkFinished
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -986,7 +986,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnWorkStarted
|
id: OnWorkStarted
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -1027,7 +1027,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnLevelChanged
|
id: OnLevelChanged
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
@ -1068,7 +1068,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Goals/JobType.cs
|
path: ../TinyLife/Goals/JobType.cs
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Instance
|
id: Instance
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -80,7 +80,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Goal
|
id: Goal
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -125,7 +125,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentGoals
|
id: CurrentGoals
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -172,7 +172,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StageIndex
|
id: StageIndex
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -219,7 +219,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -256,7 +256,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Stage
|
id: Stage
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -293,7 +293,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Completed
|
id: Completed
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -330,7 +330,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -372,7 +372,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -404,7 +404,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Advance
|
id: Advance
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -436,7 +436,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
|
|
@ -32,7 +32,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LifeGoal
|
id: LifeGoal
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -83,7 +83,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Goals
|
id: Goals
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -120,7 +120,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Chef
|
id: Chef
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -155,7 +155,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SmartKid
|
id: SmartKid
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -190,7 +190,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GymRat
|
id: GymRat
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -225,7 +225,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HouseholdHero
|
id: HouseholdHero
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -260,7 +260,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ComputerAddict
|
id: ComputerAddict
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -295,7 +295,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FriendOfEveryone
|
id: FriendOfEveryone
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -330,7 +330,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Millionaire
|
id: Millionaire
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -365,7 +365,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnAdvanced
|
id: OnAdvanced
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -400,7 +400,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -435,7 +435,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -470,7 +470,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Stages
|
id: Stages
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -505,7 +505,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RewardPersonality
|
id: RewardPersonality
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -540,7 +540,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AllowedAges
|
id: AllowedAges
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -577,7 +577,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -622,7 +622,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
@ -661,7 +661,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Goals/LifeGoal.cs
|
path: ../TinyLife/Goals/LifeGoal.cs
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ManualProgressGoal
|
id: ManualProgressGoal
|
||||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||||
|
@ -79,7 +79,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||||
|
@ -118,7 +118,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||||
|
@ -156,7 +156,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||||
|
@ -191,7 +191,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MakeProgress
|
id: MakeProgress
|
||||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||||
|
|
|
@ -27,11 +27,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionSettings
|
id: ActionSettings
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 229
|
startLine: 232
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -69,11 +69,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 234
|
startLine: 237
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -102,11 +102,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Context
|
id: Context
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 238
|
startLine: 241
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -135,11 +135,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 242
|
startLine: 245
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -168,11 +168,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedType
|
id: ConstructedType
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 247
|
startLine: 250
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -201,11 +201,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedTypeScrap
|
id: ConstructedTypeScrap
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 253
|
startLine: 256
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -234,11 +234,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecute
|
id: CanExecute
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 257
|
startLine: 260
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -267,11 +267,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredSkill
|
id: RequiredSkill
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 263
|
startLine: 266
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -300,11 +300,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredAges
|
id: RequiredAges
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 268
|
startLine: 271
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -333,11 +333,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProjectDisplayName
|
id: ProjectDisplayName
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 273
|
startLine: 276
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -366,11 +366,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanContinue
|
id: CanContinue
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 278
|
startLine: 281
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -399,11 +399,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IncludeProject
|
id: IncludeProject
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 283
|
startLine: 286
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -432,11 +432,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 292
|
startLine: 295
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
|
|
@ -32,7 +32,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Project
|
id: Project
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
|
@ -95,7 +95,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
|
@ -140,7 +140,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
|
@ -185,7 +185,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Quality
|
id: Quality
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
|
@ -232,7 +232,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Progress
|
id: Progress
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
|
@ -281,7 +281,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DailyPay
|
id: DailyPay
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
|
@ -334,7 +334,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DailyPayReductionFactor
|
id: DailyPayReductionFactor
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
|
@ -387,7 +387,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
|
@ -426,7 +426,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
|
@ -468,7 +468,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
|
@ -509,7 +509,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MakeProgress
|
id: MakeProgress
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
|
@ -559,7 +559,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Remove
|
id: Remove
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
|
@ -593,7 +593,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnNewDay
|
id: OnNewDay
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
|
@ -627,11 +627,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetDailyPay
|
id: SetDailyPay
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 120
|
startLine: 123
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -669,11 +669,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateActions
|
id: CreateActions
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 135
|
startLine: 138
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -710,11 +710,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetVarieties
|
id: GetVarieties
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 172
|
startLine: 175
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -763,11 +763,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OpenNamePrompt
|
id: OpenNamePrompt
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 186
|
startLine: 189
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -813,11 +813,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OpenScrapPrompt
|
id: OpenScrapPrompt
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 200
|
startLine: 203
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
|
|
@ -18,7 +18,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/StudentJobType.cs
|
path: TinyLife/Goals/StudentJobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StudentJobType
|
id: StudentJobType
|
||||||
path: ../TinyLife/Goals/StudentJobType.cs
|
path: ../TinyLife/Goals/StudentJobType.cs
|
||||||
|
@ -97,7 +97,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/StudentJobType.cs
|
path: TinyLife/Goals/StudentJobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/StudentJobType.cs
|
path: ../TinyLife/Goals/StudentJobType.cs
|
||||||
|
@ -145,7 +145,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/StudentJobType.cs
|
path: TinyLife/Goals/StudentJobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnWorkFinished
|
id: OnWorkFinished
|
||||||
path: ../TinyLife/Goals/StudentJobType.cs
|
path: ../TinyLife/Goals/StudentJobType.cs
|
||||||
|
@ -187,7 +187,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/StudentJobType.cs
|
path: TinyLife/Goals/StudentJobType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnLevelChanged
|
id: OnLevelChanged
|
||||||
path: ../TinyLife/Goals/StudentJobType.cs
|
path: ../TinyLife/Goals/StudentJobType.cs
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/TimedGoal.cs
|
path: TinyLife/Goals/TimedGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TimedGoal
|
id: TimedGoal
|
||||||
path: ../TinyLife/Goals/TimedGoal.cs
|
path: ../TinyLife/Goals/TimedGoal.cs
|
||||||
|
@ -83,7 +83,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/TimedGoal.cs
|
path: TinyLife/Goals/TimedGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/TimedGoal.cs
|
path: ../TinyLife/Goals/TimedGoal.cs
|
||||||
|
@ -119,7 +119,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/TimedGoal.cs
|
path: TinyLife/Goals/TimedGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: ../TinyLife/Goals/TimedGoal.cs
|
path: ../TinyLife/Goals/TimedGoal.cs
|
||||||
|
@ -157,7 +157,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/TimedGoal.cs
|
path: TinyLife/Goals/TimedGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: ../TinyLife/Goals/TimedGoal.cs
|
path: ../TinyLife/Goals/TimedGoal.cs
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/TimedGoal.cs
|
path: TinyLife/Goals/TimedGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress
|
||||||
path: ../TinyLife/Goals/TimedGoal.cs
|
path: ../TinyLife/Goals/TimedGoal.cs
|
||||||
|
@ -230,7 +230,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/TimedGoal.cs
|
path: TinyLife/Goals/TimedGoal.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: ../TinyLife/Goals/TimedGoal.cs
|
path: ../TinyLife/Goals/TimedGoal.cs
|
||||||
|
|
|
@ -28,7 +28,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LnCategory
|
id: LnCategory
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -63,7 +63,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Ui
|
id: Ui
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -97,7 +97,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Actions
|
id: Actions
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -131,7 +131,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BuildMode
|
id: BuildMode
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -165,7 +165,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Clothes
|
id: Clothes
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -199,7 +199,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Food
|
id: Food
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -233,7 +233,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Personalities
|
id: Personalities
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -267,7 +267,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Skills
|
id: Skills
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -301,7 +301,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Jobs
|
id: Jobs
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -335,7 +335,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Emotions
|
id: Emotions
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -369,7 +369,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Hints
|
id: Hints
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -403,7 +403,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InGameHints
|
id: InGameHints
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -437,7 +437,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Goals
|
id: Goals
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -471,7 +471,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Names
|
id: Names
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Localization
|
id: Localization
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -65,7 +65,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LanguageNames
|
id: LanguageNames
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -102,7 +102,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Names
|
id: Names
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -139,7 +139,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetLanguage
|
id: SetLanguage
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -177,7 +177,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Get
|
id: Get
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -221,7 +221,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Get
|
id: Get
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
@ -271,7 +271,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetKeys
|
id: GetKeys
|
||||||
path: ../TinyLife/Localization.cs
|
path: ../TinyLife/Localization.cs
|
||||||
|
|
|
@ -17,7 +17,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/EventPhase.cs
|
path: TinyLife/Mods/EventPhase.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EventPhase
|
id: EventPhase
|
||||||
path: ../TinyLife/Mods/EventPhase.cs
|
path: ../TinyLife/Mods/EventPhase.cs
|
||||||
|
@ -52,7 +52,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/EventPhase.cs
|
path: TinyLife/Mods/EventPhase.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pre
|
id: Pre
|
||||||
path: ../TinyLife/Mods/EventPhase.cs
|
path: ../TinyLife/Mods/EventPhase.cs
|
||||||
|
@ -86,7 +86,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/EventPhase.cs
|
path: TinyLife/Mods/EventPhase.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Post
|
id: Post
|
||||||
path: ../TinyLife/Mods/EventPhase.cs
|
path: ../TinyLife/Mods/EventPhase.cs
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mod
|
id: Mod
|
||||||
path: ../TinyLife/Mods/Mod.cs
|
path: ../TinyLife/Mods/Mod.cs
|
||||||
|
@ -68,7 +68,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Mods/Mod.cs
|
path: ../TinyLife/Mods/Mod.cs
|
||||||
|
@ -107,7 +107,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Description
|
id: Description
|
||||||
path: ../TinyLife/Mods/Mod.cs
|
path: ../TinyLife/Mods/Mod.cs
|
||||||
|
@ -146,7 +146,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: ../TinyLife/Mods/Mod.cs
|
path: ../TinyLife/Mods/Mod.cs
|
||||||
|
@ -185,7 +185,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Mods/Mod.cs
|
path: ../TinyLife/Mods/Mod.cs
|
||||||
|
@ -232,7 +232,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddGameContent
|
id: AddGameContent
|
||||||
path: ../TinyLife/Mods/Mod.cs
|
path: ../TinyLife/Mods/Mod.cs
|
||||||
|
@ -273,7 +273,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCustomFurnitureTextures
|
id: GetCustomFurnitureTextures
|
||||||
path: ../TinyLife/Mods/Mod.cs
|
path: ../TinyLife/Mods/Mod.cs
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModInfo
|
id: ModInfo
|
||||||
path: ../TinyLife/Mods/ModLoader.cs
|
path: ../TinyLife/Mods/ModLoader.cs
|
||||||
|
@ -71,7 +71,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Id
|
id: Id
|
||||||
path: ../TinyLife/Mods/ModLoader.cs
|
path: ../TinyLife/Mods/ModLoader.cs
|
||||||
|
@ -106,7 +106,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mod
|
id: Mod
|
||||||
path: ../TinyLife/Mods/ModLoader.cs
|
path: ../TinyLife/Mods/ModLoader.cs
|
||||||
|
@ -141,7 +141,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Logger
|
id: Logger
|
||||||
path: ../TinyLife/Mods/ModLoader.cs
|
path: ../TinyLife/Mods/ModLoader.cs
|
||||||
|
@ -176,7 +176,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Content
|
id: Content
|
||||||
path: ../TinyLife/Mods/ModLoader.cs
|
path: ../TinyLife/Mods/ModLoader.cs
|
||||||
|
@ -211,7 +211,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Harmony
|
id: Harmony
|
||||||
path: ../TinyLife/Mods/ModLoader.cs
|
path: ../TinyLife/Mods/ModLoader.cs
|
||||||
|
@ -246,7 +246,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Finalize
|
id: Finalize
|
||||||
path: ../TinyLife/Mods/ModLoader.cs
|
path: ../TinyLife/Mods/ModLoader.cs
|
||||||
|
@ -277,7 +277,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Dispose
|
id: Dispose
|
||||||
path: ../TinyLife/Mods/ModLoader.cs
|
path: ../TinyLife/Mods/ModLoader.cs
|
||||||
|
@ -310,7 +310,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToString
|
id: ToString
|
||||||
path: ../TinyLife/Mods/ModLoader.cs
|
path: ../TinyLife/Mods/ModLoader.cs
|
||||||
|
|
|
@ -17,7 +17,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModLoader
|
id: ModLoader
|
||||||
path: ../TinyLife/Mods/ModLoader.cs
|
path: ../TinyLife/Mods/ModLoader.cs
|
||||||
|
@ -61,7 +61,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TryGetModInfo
|
id: TryGetModInfo
|
||||||
path: ../TinyLife/Mods/ModLoader.cs
|
path: ../TinyLife/Mods/ModLoader.cs
|
||||||
|
@ -108,7 +108,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetModsFolder
|
id: GetModsFolder
|
||||||
path: ../TinyLife/Mods/ModLoader.cs
|
path: ../TinyLife/Mods/ModLoader.cs
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Need
|
id: Need
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -75,7 +75,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Max
|
id: Max
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -110,7 +110,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -155,7 +155,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Value
|
id: Value
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Percentage
|
id: Percentage
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -239,7 +239,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
|
|
@ -30,7 +30,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NeedType
|
id: NeedType
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -84,7 +84,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -121,7 +121,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Energy
|
id: Energy
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -156,7 +156,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Hunger
|
id: Hunger
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -191,7 +191,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Social
|
id: Social
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -226,7 +226,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Toilet
|
id: Toilet
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -261,7 +261,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Hygiene
|
id: Hygiene
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -296,7 +296,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Entertainment
|
id: Entertainment
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -331,7 +331,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -366,7 +366,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassiveReduction
|
id: PassiveReduction
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -401,7 +401,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NeedLowAction
|
id: NeedLowAction
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -436,7 +436,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NeedLowTime
|
id: NeedLowTime
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -471,7 +471,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SolveImportance
|
id: SolveImportance
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -506,7 +506,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SourceString
|
id: SourceString
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -545,7 +545,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
@ -596,7 +596,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Need.cs
|
path: ../TinyLife/Need.cs
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AbstractSpot
|
id: AbstractSpot
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -76,7 +76,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: YOffset
|
id: YOffset
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -113,7 +113,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Offset
|
id: Offset
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -146,7 +146,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VisualOffset
|
id: VisualOffset
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -179,7 +179,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ValidDirections
|
id: ValidDirections
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -214,7 +214,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Group
|
id: Group
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -247,7 +247,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrawLayer
|
id: DrawLayer
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -280,7 +280,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasVisualOffset
|
id: HasVisualOffset
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -317,7 +317,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -365,7 +365,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetValidDirections
|
id: GetValidDirections
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -404,7 +404,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetLocation
|
id: GetLocation
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -446,7 +446,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoGroupsOverlap
|
id: DoGroupsOverlap
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionSpot
|
id: ActionSpot
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -84,7 +84,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CategoryRestriction
|
id: CategoryRestriction
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -117,7 +117,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -204,7 +204,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -252,7 +252,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeDirections
|
id: GetFreeDirections
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -294,7 +294,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetOccupants
|
id: GetOccupants
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -339,7 +339,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BedSpots
|
id: BedSpots
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -380,7 +380,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BenchSpots
|
id: BenchSpots
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -421,7 +421,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PicnicTableSpots
|
id: PicnicTableSpots
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -462,7 +462,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AllSpots
|
id: AllSpots
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
@ -506,7 +506,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPicnicBenchDrawLayer
|
id: GetPicnicBenchDrawLayer
|
||||||
path: ../TinyLife/Objects/ActionSpot.cs
|
path: ../TinyLife/Objects/ActionSpot.cs
|
||||||
|
|
|
@ -17,7 +17,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Person.cs
|
path: TinyLife/Objects/Person.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AgeGroup
|
id: AgeGroup
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
|
@ -62,7 +62,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Person.cs
|
path: TinyLife/Objects/Person.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
|
@ -96,7 +96,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Person.cs
|
path: TinyLife/Objects/Person.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Adult
|
id: Adult
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BrokenBehavior
|
id: BrokenBehavior
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -65,7 +65,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Puddles
|
id: Puddles
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -99,7 +99,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Dripping
|
id: Dripping
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ElectricityCrackle
|
id: ElectricityCrackle
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -167,7 +167,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Smoke
|
id: Smoke
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -201,7 +201,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Electrocution
|
id: Electrocution
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BreakableFurniture
|
id: BreakableFurniture
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnWearDown
|
id: OnWearDown
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnBreak
|
id: OnBreak
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -225,7 +225,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Broken
|
id: Broken
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -268,7 +268,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -319,7 +319,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -365,7 +365,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WearDown
|
id: WearDown
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -403,7 +403,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecuteAction
|
id: CanExecuteAction
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -454,7 +454,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionUpdate
|
id: ActionUpdate
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -505,7 +505,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -543,7 +543,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDescription
|
id: GetDescription
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
@ -581,7 +581,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDecorativeRating
|
id: GetDecorativeRating
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
|
|
|
@ -35,7 +35,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Clothes
|
id: Clothes
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -89,7 +89,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -126,7 +126,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Layers
|
id: Layers
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -163,7 +163,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AllIntentions
|
id: AllIntentions
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -200,7 +200,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ReferencePrice
|
id: ReferencePrice
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -235,7 +235,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -270,7 +270,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Layer
|
id: Layer
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -305,7 +305,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TextureRegions
|
id: TextureRegions
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -340,7 +340,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Colors
|
id: Colors
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -375,7 +375,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Price
|
id: Price
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -410,7 +410,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Intentions
|
id: Intentions
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -445,7 +445,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -482,7 +482,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NonBuyable
|
id: NonBuyable
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -519,7 +519,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Ages
|
id: Ages
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -556,7 +556,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DepthFunction
|
id: DepthFunction
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -593,7 +593,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TextureBehaviorLayer
|
id: TextureBehaviorLayer
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -630,7 +630,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -684,7 +684,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -721,7 +721,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIntentionDescription
|
id: GetIntentionDescription
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -756,7 +756,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
@ -794,7 +794,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetClothes
|
id: GetClothes
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
|
|
@ -25,11 +25,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ClothesIntention
|
id: ClothesIntention
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 503
|
startLine: 507
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -71,11 +71,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: None
|
id: None
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 507
|
startLine: 511
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -103,11 +103,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Everyday
|
id: Everyday
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 508
|
startLine: 512
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -135,11 +135,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Party
|
id: Party
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 509
|
startLine: 513
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -167,11 +167,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Formal
|
id: Formal
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 510
|
startLine: 514
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -199,11 +199,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Workout
|
id: Workout
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 511
|
startLine: 515
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -231,11 +231,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Swimwear
|
id: Swimwear
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 512
|
startLine: 516
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -263,11 +263,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sleep
|
id: Sleep
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 513
|
startLine: 517
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -295,11 +295,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Summer
|
id: Summer
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 514
|
startLine: 518
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -327,11 +327,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Winter
|
id: Winter
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 515
|
startLine: 519
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -359,11 +359,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Work
|
id: Work
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 516
|
startLine: 520
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -26,11 +26,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ClothesLayer
|
id: ClothesLayer
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 448
|
startLine: 452
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -74,11 +74,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Body
|
id: Body
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 454
|
startLine: 458
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -108,11 +108,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Eyes
|
id: Eyes
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 458
|
startLine: 462
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -142,11 +142,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pants
|
id: Pants
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 462
|
startLine: 466
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -176,11 +176,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Arms
|
id: Arms
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 466
|
startLine: 470
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -210,11 +210,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Shirt
|
id: Shirt
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 470
|
startLine: 474
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -244,11 +244,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Accessories
|
id: Accessories
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 474
|
startLine: 478
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -278,11 +278,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Hair
|
id: Hair
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 478
|
startLine: 482
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -312,11 +312,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HeadAccessories
|
id: HeadAccessories
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 482
|
startLine: 486
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -346,11 +346,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FaceAccessories
|
id: FaceAccessories
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 486
|
startLine: 490
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -380,11 +380,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ArmAccessories
|
id: ArmAccessories
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 491
|
startLine: 495
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -414,11 +414,11 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Shoes
|
id: Shoes
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 495
|
startLine: 499
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -18,7 +18,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Counter
|
id: Counter
|
||||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||||
|
@ -154,7 +154,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||||
|
@ -205,7 +205,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShouldConnectTo
|
id: ShouldConnectTo
|
||||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||||
|
@ -247,7 +247,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCornerStatus
|
id: GetCornerStatus
|
||||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CornerFurniture
|
id: CornerFurniture
|
||||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||||
|
@ -155,7 +155,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||||
|
@ -206,7 +206,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShouldConnectTo
|
id: ShouldConnectTo
|
||||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||||
|
@ -247,7 +247,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCornerStatus
|
id: GetCornerStatus
|
||||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||||
|
@ -291,7 +291,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||||
|
@ -369,7 +369,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnNeighborChanged
|
id: OnNeighborChanged
|
||||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||||
|
@ -408,7 +408,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fence.cs
|
path: TinyLife/Objects/Fence.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fence
|
id: Fence
|
||||||
path: ../TinyLife/Objects/Fence.cs
|
path: ../TinyLife/Objects/Fence.cs
|
||||||
|
@ -152,7 +152,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fence.cs
|
path: TinyLife/Objects/Fence.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/Fence.cs
|
path: ../TinyLife/Objects/Fence.cs
|
||||||
|
@ -203,7 +203,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fence.cs
|
path: TinyLife/Objects/Fence.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Objects/Fence.cs
|
path: ../TinyLife/Objects/Fence.cs
|
||||||
|
@ -281,7 +281,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fence.cs
|
path: TinyLife/Objects/Fence.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Objects/Fence.cs
|
path: ../TinyLife/Objects/Fence.cs
|
||||||
|
@ -319,7 +319,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fence.cs
|
path: TinyLife/Objects/Fence.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnNeighborChanged
|
id: OnNeighborChanged
|
||||||
path: ../TinyLife/Objects/Fence.cs
|
path: ../TinyLife/Objects/Fence.cs
|
||||||
|
@ -358,7 +358,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fence.cs
|
path: TinyLife/Objects/Fence.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShouldConnectTo
|
id: ShouldConnectTo
|
||||||
path: ../TinyLife/Objects/Fence.cs
|
path: ../TinyLife/Objects/Fence.cs
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fireplace
|
id: Fireplace
|
||||||
path: ../TinyLife/Objects/Fireplace.cs
|
path: ../TinyLife/Objects/Fireplace.cs
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsElectrical
|
id: IsElectrical
|
||||||
path: ../TinyLife/Objects/Fireplace.cs
|
path: ../TinyLife/Objects/Fireplace.cs
|
||||||
|
@ -199,7 +199,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LightSize
|
id: LightSize
|
||||||
path: ../TinyLife/Objects/Fireplace.cs
|
path: ../TinyLife/Objects/Fireplace.cs
|
||||||
|
@ -238,7 +238,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/Fireplace.cs
|
path: ../TinyLife/Objects/Fireplace.cs
|
||||||
|
@ -289,7 +289,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Objects/Fireplace.cs
|
path: ../TinyLife/Objects/Fireplace.cs
|
||||||
|
@ -367,7 +367,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Objects/Fireplace.cs
|
path: ../TinyLife/Objects/Fireplace.cs
|
||||||
|
@ -412,7 +412,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateLights
|
id: CreateLights
|
||||||
path: ../TinyLife/Objects/Fireplace.cs
|
path: ../TinyLife/Objects/Fireplace.cs
|
||||||
|
@ -450,7 +450,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnRemoved
|
id: OnRemoved
|
||||||
path: ../TinyLife/Objects/Fireplace.cs
|
path: ../TinyLife/Objects/Fireplace.cs
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Food.cs
|
path: TinyLife/Objects/Food.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Food
|
id: Food
|
||||||
path: ../TinyLife/Objects/Food.cs
|
path: ../TinyLife/Objects/Food.cs
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Food.cs
|
path: TinyLife/Objects/Food.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FoodLeft
|
id: FoodLeft
|
||||||
path: ../TinyLife/Objects/Food.cs
|
path: ../TinyLife/Objects/Food.cs
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Food.cs
|
path: TinyLife/Objects/Food.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/Food.cs
|
path: ../TinyLife/Objects/Food.cs
|
||||||
|
@ -253,7 +253,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Food.cs
|
path: TinyLife/Objects/Food.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Objects/Food.cs
|
path: ../TinyLife/Objects/Food.cs
|
||||||
|
@ -331,7 +331,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Food.cs
|
path: TinyLife/Objects/Food.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHoverInfo
|
id: GetHoverInfo
|
||||||
path: ../TinyLife/Objects/Food.cs
|
path: ../TinyLife/Objects/Food.cs
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FoodTypedItem
|
id: FoodTypedItem
|
||||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FoodType
|
id: FoodType
|
||||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExpirationTime
|
id: ExpirationTime
|
||||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||||
|
@ -245,7 +245,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ServingSize
|
id: ServingSize
|
||||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||||
|
@ -288,7 +288,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Expired
|
id: Expired
|
||||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||||
|
@ -325,7 +325,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||||
|
@ -376,7 +376,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||||
|
@ -414,7 +414,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHoverInfo
|
id: GetHoverInfo
|
||||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||||
|
@ -452,7 +452,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||||
|
|
|
@ -76,7 +76,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Furniture
|
id: Furniture
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Random
|
id: Random
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -197,7 +197,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnGetDescription
|
id: OnGetDescription
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -230,7 +230,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnSetCreator
|
id: OnSetCreator
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -263,7 +263,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnGetDirty
|
id: OnGetDirty
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -296,7 +296,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnDirty
|
id: OnDirty
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -329,7 +329,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -374,7 +374,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Rotation
|
id: Rotation
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -417,7 +417,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ParentFurniture
|
id: ParentFurniture
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -454,7 +454,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ParentObjectSpot
|
id: ParentObjectSpot
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -491,7 +491,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasParent
|
id: HasParent
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -528,7 +528,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Colors
|
id: Colors
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -571,7 +571,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Area
|
id: Area
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -608,7 +608,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VisualPosition
|
id: VisualPosition
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -645,7 +645,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DevaluedThroughUse
|
id: DevaluedThroughUse
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -692,7 +692,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AreUtilitiesDisabled
|
id: AreUtilitiesDisabled
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -729,7 +729,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsStatic
|
id: IsStatic
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -776,7 +776,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreatorId
|
id: CreatorId
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -827,7 +827,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Quality
|
id: Quality
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -874,7 +874,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeDirty
|
id: CanBeDirty
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -911,7 +911,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Dirty
|
id: Dirty
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -958,7 +958,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CustomPrice
|
id: CustomPrice
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1005,7 +1005,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Creator
|
id: Creator
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1042,7 +1042,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1093,7 +1093,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1146,7 +1146,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1184,7 +1184,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Intersects
|
id: Intersects
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1226,7 +1226,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCategories
|
id: GetCategories
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1270,7 +1270,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnAdded
|
id: OnAdded
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1305,7 +1305,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnRemoved
|
id: OnRemoved
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1340,7 +1340,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetAiPriority
|
id: GetAiPriority
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1385,7 +1385,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetVisibility
|
id: GetVisibility
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1423,7 +1423,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecuteAction
|
id: CanExecuteAction
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1474,7 +1474,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnActionCompleted
|
id: OnActionCompleted
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1519,7 +1519,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionUpdate
|
id: ActionUpdate
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1570,7 +1570,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1647,7 +1647,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1686,7 +1686,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDescription
|
id: GetDescription
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1723,7 +1723,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDecorativeRating
|
id: GetDecorativeRating
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1764,7 +1764,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDirty
|
id: GetDirty
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1805,7 +1805,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetCreator
|
id: SetCreator
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1846,7 +1846,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1883,7 +1883,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnNeighborChanged
|
id: OnNeighborChanged
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1921,7 +1921,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrawUi
|
id: DrawUi
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -1972,7 +1972,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetOccupants
|
id: GetOccupants
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2014,7 +2014,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeActionSpots
|
id: GetFreeActionSpots
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2056,7 +2056,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeActionSpot
|
id: GetFreeActionSpot
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2098,7 +2098,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeActionSpotInfo
|
id: GetFreeActionSpotInfo
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2143,7 +2143,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetActionSpotInfo
|
id: GetActionSpotInfo
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2188,7 +2188,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeObjectSpot
|
id: GetFreeObjectSpot
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2199,7 +2199,7 @@ items:
|
||||||
summary: "\nReturns the first free <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> on this furniture.\nFree, in this case, is any object spot that isn't already occupied by a different furniture.\n"
|
summary: "\nReturns the first free <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> on this furniture.\nFree, in this case, is any object spot that isn't already occupied by a different furniture.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public ObjectSpot GetFreeObjectSpot(FurnitureType type, Vector2? position = default(Vector2? ))
|
content: public ObjectSpot GetFreeObjectSpot(FurnitureType type, Vector2? position = null)
|
||||||
parameters:
|
parameters:
|
||||||
- id: type
|
- id: type
|
||||||
type: TinyLife.Objects.FurnitureType
|
type: TinyLife.Objects.FurnitureType
|
||||||
|
@ -2233,7 +2233,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetParent
|
id: SetParent
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2272,7 +2272,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UnlinkParentsAndChildren
|
id: UnlinkParentsAndChildren
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2304,7 +2304,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveAndUnlink
|
id: RemoveAndUnlink
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2336,7 +2336,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetChildren
|
id: GetChildren
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2378,7 +2378,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveChildren
|
id: RemoveChildren
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2425,7 +2425,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveChild
|
id: RemoveChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2464,7 +2464,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddChild
|
id: AddChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2476,7 +2476,7 @@ items:
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: >-
|
content: >-
|
||||||
public T AddChild<T>(FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = default(Guid? ), Vector2? position = default(Vector2? ))
|
public T AddChild<T>(FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = null, Vector2? position = null)
|
||||||
where T : Furniture
|
where T : Furniture
|
||||||
parameters:
|
parameters:
|
||||||
- id: type
|
- id: type
|
||||||
|
@ -2523,7 +2523,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddChild
|
id: AddChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2534,7 +2534,7 @@ items:
|
||||||
summary: "\nAdds a child to this furniture, setting its parent (<xref href=\"TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectSpot)\" data-throw-if-not-resolved=\"false\"></xref>) to this furniture and adding it to this furniture's <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nThe object spot selected is the first available object spot.\n"
|
summary: "\nAdds a child to this furniture, setting its parent (<xref href=\"TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectSpot)\" data-throw-if-not-resolved=\"false\"></xref>) to this furniture and adding it to this furniture's <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nThe object spot selected is the first available object spot.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public bool AddChild(Furniture item, Direction2 rotation, Vector2? position = default(Vector2? ))
|
content: public bool AddChild(Furniture item, Direction2 rotation, Vector2? position = null)
|
||||||
parameters:
|
parameters:
|
||||||
- id: item
|
- id: item
|
||||||
type: TinyLife.Objects.Furniture
|
type: TinyLife.Objects.Furniture
|
||||||
|
@ -2571,7 +2571,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetChild
|
id: SetChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2582,7 +2582,7 @@ items:
|
||||||
summary: "\nSets the child element in the given object spot to the given furniture and adds it to this furniture's <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nIf there are already children in the given object spot, those are removed prior to adding the new child.\n"
|
summary: "\nSets the child element in the given object spot to the given furniture and adds it to this furniture's <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nIf there are already children in the given object spot, those are removed prior to adding the new child.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public void SetChild(ObjectSpot spot, FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = default(Guid? ))
|
content: public void SetChild(ObjectSpot spot, FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = null)
|
||||||
parameters:
|
parameters:
|
||||||
- id: spot
|
- id: spot
|
||||||
type: TinyLife.Objects.ObjectSpot
|
type: TinyLife.Objects.ObjectSpot
|
||||||
|
@ -2622,7 +2622,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetChild
|
id: SetChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2664,7 +2664,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NotifyNeighbors
|
id: NotifyNeighbors
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
@ -2696,7 +2696,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetNewId
|
id: SetNewId
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
|
|
@ -47,7 +47,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TypeSettings
|
id: TypeSettings
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -93,7 +93,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -126,7 +126,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Size
|
id: Size
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Categories
|
id: Categories
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionSpots
|
id: ActionSpots
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -225,7 +225,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ObjectSpots
|
id: ObjectSpots
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -258,7 +258,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ColorSchemes
|
id: ColorSchemes
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -291,7 +291,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ColorMap
|
id: ColorMap
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -324,7 +324,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DefaultColors
|
id: DefaultColors
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -357,7 +357,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DefaultRotation
|
id: DefaultRotation
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -390,7 +390,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedType
|
id: ConstructedType
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -423,7 +423,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Price
|
id: Price
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -456,7 +456,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BuyableVariations
|
id: BuyableVariations
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -489,7 +489,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HeldScale
|
id: HeldScale
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -522,7 +522,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HeldPivot
|
id: HeldPivot
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -555,7 +555,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DecorativeRating
|
id: DecorativeRating
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -588,7 +588,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -621,7 +621,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reliability
|
id: Reliability
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -654,7 +654,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BrokenBehavior
|
id: BrokenBehavior
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -687,7 +687,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ElectricityRating
|
id: ElectricityRating
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -720,7 +720,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WaterRating
|
id: WaterRating
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -753,7 +753,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Visibility
|
id: Visibility
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -786,7 +786,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Tab
|
id: Tab
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -819,7 +819,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TextureName
|
id: TextureName
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -852,7 +852,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateLights
|
id: CreateLights
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -885,7 +885,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DirtyOverlayTextureName
|
id: DirtyOverlayTextureName
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -918,7 +918,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DistanceFromObstructions
|
id: DistanceFromObstructions
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -951,7 +951,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -984,7 +984,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecuteAction
|
id: CanExecuteAction
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -1017,7 +1017,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -1068,7 +1068,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetData
|
id: SetData
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -1106,7 +1106,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetData
|
id: GetData
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
@ -1149,7 +1149,7 @@ items:
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: 0.20.3-dev
|
branch: 0.20.4-dev
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDataKeys
|
id: GetDataKeys
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue