mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 03:13:30 +01:00
0.20.2
This commit is contained in:
parent
f82ee591e3
commit
f5069e0df5
206 changed files with 2841 additions and 2751 deletions
|
@ -1,16 +1,18 @@
|
|||
# 0.20.1
|
||||
# 0.20.2
|
||||
|
||||
> Small Fixes and Improvements
|
||||
|
||||
This small bugfix update also brings a few small improvements with it, which make it a little less infuriating to use a computer while guests or other household members are around.
|
||||
This small set of bugfix updates also brings a few small improvements with it, which make it a little less infuriating to use a computer while guests or other household members are around.
|
||||
|
||||
Improvements
|
||||
- Don't force-cancel any actions of the currently selected person when someone tries to socialize with them
|
||||
|
||||
Fixes
|
||||
- Fixed the emergency food mail crashing the game if retrieved after a game relaunch (0.20.2)
|
||||
- Fixed roof-attached objects being removed when a roof is replaced with a new one (0.20.2)
|
||||
- Fixed the household panel not updating when a household is deleted (0.20.2)
|
||||
- Fixed actions that can be multitasked being force-canceled when other people try to socialize
|
||||
- Fixed the character creator's "take off" button don't scrolling properly
|
||||
- Fixed the emergency food mail crashing the game if retrieved after a game relaunch
|
||||
|
||||
# 0.20.0
|
||||
![](media/changelog/0.20.0.png)
|
||||
|
|
|
@ -2167,7 +2167,7 @@
|
|||
"TinyLife.Tools.RemoveTool.GetMouseCursor": "TinyLife.Tools.RemoveTool.yml",
|
||||
"TinyLife.Tools.RemoveTool.PlayDestroySound": "TinyLife.Tools.RemoveTool.yml",
|
||||
"TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture)": "TinyLife.Tools.RemoveTool.yml",
|
||||
"TinyLife.Tools.RemoveTool.RemoveRoof(TinyLife.World.Roof)": "TinyLife.Tools.RemoveTool.yml",
|
||||
"TinyLife.Tools.RemoveTool.RemoveRoof(TinyLife.World.Roof,System.Nullable{Microsoft.Xna.Framework.Rectangle})": "TinyLife.Tools.RemoveTool.yml",
|
||||
"TinyLife.Tools.RemoveTool.RemoveWall(TinyLife.World.Wall)": "TinyLife.Tools.RemoveTool.yml",
|
||||
"TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject": "TinyLife.Tools.RemoveTool.yml",
|
||||
"TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture(TinyLife.Objects.Furniture)": "TinyLife.Tools.RemoveTool.yml",
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Action
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -124,7 +124,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -169,7 +169,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -208,7 +208,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -253,7 +253,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -292,7 +292,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -334,7 +334,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -375,7 +375,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -416,7 +416,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -457,7 +457,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -494,7 +494,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CausesExtremelyFastSpeed
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -531,7 +531,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -568,7 +568,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryForceFail
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -612,7 +612,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ApplyVariety
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -650,7 +650,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanEnqueueConversation
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
@ -694,7 +694,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
|
|
|
@ -29,7 +29,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionInfo
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -129,7 +129,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionLocation
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -174,7 +174,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionSpot
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -214,7 +214,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Map
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -251,7 +251,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetActionObject
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -292,7 +292,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddAuxiliaryObject
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -331,7 +331,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInvolvedObjects
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -379,7 +379,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInvolvedObject
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -432,7 +432,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInvolvedActionSpot
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -471,7 +471,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToFreeActionSpot
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -510,7 +510,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -546,7 +546,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromLocation
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -590,7 +590,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromObjectGeneric
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
@ -634,7 +634,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromSelf
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AiSettings
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -62,7 +62,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SolvedNeeds
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -95,7 +95,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassivePriority
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -128,7 +128,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanDoRandomly
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -161,7 +161,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanDoAtAnyPoint
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -194,7 +194,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedsFreeActionSpot
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
|
|
@ -15,7 +15,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteDelegate
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
|
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteResult
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -72,7 +72,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hidden
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -106,7 +106,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Valid
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -140,7 +140,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HoldingItem
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -174,7 +174,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NoSpace
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -208,7 +208,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NoChair
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -242,7 +242,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotEnoughMoney
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -276,7 +276,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotEnoughSkill
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -310,7 +310,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TooFar
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -344,7 +344,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotYours
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -378,7 +378,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TooUncomfortable
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -412,7 +412,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TooEmbarrassed
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -446,7 +446,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TooSad
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -480,7 +480,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WrongRelationshipType
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -514,7 +514,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ObjectBroken
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -548,7 +548,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NoMatchingObjectAround
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -582,7 +582,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UtilitiesDisabled
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -616,7 +616,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Expired
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -650,7 +650,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BlockedByEmotionModifier
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -684,7 +684,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WaitingRequired
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -718,7 +718,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TooStunned
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -752,7 +752,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AlreadyDone
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
|
|
@ -37,7 +37,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TypeSettings
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -83,7 +83,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -116,7 +116,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NameWithoutCategory
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -154,7 +154,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Categories
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Texture
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -225,7 +225,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Context
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -258,7 +258,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecute
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -291,7 +291,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -324,7 +324,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructorArguments
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -357,7 +357,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Varieties
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -390,7 +390,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ai
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -423,7 +423,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsInappropriateElsewhere
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -456,7 +456,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IconName
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -489,7 +489,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -522,7 +522,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredSkill
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -555,7 +555,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredAges
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -588,7 +588,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredEmotion
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -621,7 +621,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPersonality
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -654,7 +654,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IgnoreObjectConditions
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -687,7 +687,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -729,7 +729,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetData
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -767,7 +767,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetData
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
@ -810,7 +810,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDataKeys
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -31,7 +31,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionVariety
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -77,7 +77,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -110,7 +110,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassivePriority
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -143,7 +143,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecute
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -176,7 +176,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DisplayName
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -209,7 +209,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Description
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -242,7 +242,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CustomLayout
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -275,7 +275,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -311,7 +311,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -346,7 +346,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeExecuted
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -388,7 +388,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPassivePriority
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -427,7 +427,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetData
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -465,7 +465,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetData
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -508,7 +508,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDataKeys
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -543,7 +543,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FreePeople
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -584,7 +584,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ImageLayout
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
@ -631,7 +631,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PortraitLayout
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BehaviorAction
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -127,7 +127,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Behavior
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -166,7 +166,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -207,7 +207,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -244,7 +244,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -291,7 +291,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -331,7 +331,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -372,7 +372,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BehaviorMultiAction
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Behavior
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -176,7 +176,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -217,7 +217,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -257,7 +257,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -294,7 +294,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -341,7 +341,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -381,7 +381,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
@ -422,7 +422,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/BehaviorAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/BehaviorAction.cs
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
|
@ -72,7 +72,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Action
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
|
@ -107,7 +107,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
|
@ -143,7 +143,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
|
@ -177,7 +177,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
|
@ -221,7 +221,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
|
@ -258,7 +258,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
|
@ -296,7 +296,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
|
@ -337,7 +337,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateDefaultInstance
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ComputerBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
|
@ -74,7 +74,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
|
@ -110,7 +110,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
|
@ -145,7 +145,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
|
@ -190,7 +190,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetAndSitDownBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
|
@ -75,7 +75,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
|
@ -123,7 +123,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
|
@ -161,7 +161,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
|
@ -196,7 +196,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
|
@ -241,7 +241,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
|
@ -279,7 +279,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
|
@ -321,7 +321,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInteractingItem
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
|
@ -364,7 +364,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInteractingItemForAction
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
|
|
|
@ -17,7 +17,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MultiActionBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
|
@ -78,7 +78,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
|
@ -114,7 +114,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SinkBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
|
@ -73,7 +73,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
|
@ -109,7 +109,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
|
@ -147,7 +147,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkAtDeskObjectBehavior
|
||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
|
@ -75,7 +75,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
|
@ -111,7 +111,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
|
@ -149,7 +149,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
|
@ -194,7 +194,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompletionType
|
||||
path: ../TinyLife/Actions/CompletionType.cs
|
||||
|
@ -56,7 +56,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Active
|
||||
path: ../TinyLife/Actions/CompletionType.cs
|
||||
|
@ -90,7 +90,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Completed
|
||||
path: ../TinyLife/Actions/CompletionType.cs
|
||||
|
@ -124,7 +124,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Failed
|
||||
path: ../TinyLife/Actions/CompletionType.cs
|
||||
|
@ -158,7 +158,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/CompletionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Canceled
|
||||
path: ../TinyLife/Actions/CompletionType.cs
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DieAction
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
|
@ -120,7 +120,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reason
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
|
@ -163,7 +163,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
|
@ -202,7 +202,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
|
@ -237,7 +237,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
|
@ -275,7 +275,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
|
@ -317,7 +317,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanEnqueueConversation
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
|
@ -362,7 +362,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
|
@ -407,7 +407,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
|
@ -445,7 +445,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
|
@ -484,7 +484,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Enqueue
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Emote
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
@ -67,7 +67,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllCategories
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
@ -104,7 +104,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Texture
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
@ -139,7 +139,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Categories
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
@ -174,7 +174,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
@ -213,7 +213,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRandomEmote
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
@ -254,7 +254,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetEmotes
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
@ -295,7 +295,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmoteCategory
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
@ -65,7 +65,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: General
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
@ -99,7 +99,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Travel
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
@ -133,7 +133,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Negative
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
@ -167,7 +167,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Flirty
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
@ -201,7 +201,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Unable
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoHereAction
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
|
@ -128,7 +128,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
|
@ -167,7 +167,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
|
@ -205,7 +205,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
|
@ -240,7 +240,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
|
@ -278,7 +278,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/GoHereAction.cs
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MultiActionHandler
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
|
@ -76,7 +76,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Actions
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
|
@ -123,7 +123,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
|
@ -168,7 +168,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
|
@ -213,7 +213,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
|
@ -252,7 +252,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
|
@ -287,7 +287,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UnderlyingActionHandler
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
|
@ -77,7 +77,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Action
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
|
@ -124,7 +124,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
|
@ -171,7 +171,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InitializeExact
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
|
@ -210,7 +210,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
|
@ -252,7 +252,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
|
@ -291,7 +291,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
|
@ -326,7 +326,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
|
||||
|
|
|
@ -32,7 +32,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MultiAction
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -140,7 +140,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Handler
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -185,7 +185,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MainElapsedTime
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -234,7 +234,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InProgressTime
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -275,7 +275,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -314,7 +314,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -351,7 +351,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -385,7 +385,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -422,7 +422,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -466,7 +466,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -504,7 +504,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PreInitialize
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -538,7 +538,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -585,7 +585,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -622,7 +622,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -662,7 +662,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -703,7 +703,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -745,7 +745,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
@ -787,7 +787,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoToActionLocation
|
||||
path: ../TinyLife/Actions/MultiAction.cs
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OutOfTownAction
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
|
@ -134,7 +134,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedsToTakeCareOf
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
|
@ -169,7 +169,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
|
@ -217,7 +217,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
|
@ -255,7 +255,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
|
@ -290,7 +290,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
|
@ -335,7 +335,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
|
@ -377,7 +377,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanEnqueueConversation
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
|
@ -422,7 +422,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CausesExtremelyFastSpeed
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
|
@ -460,7 +460,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetClosestExitRoad
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PathfindAction
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
|
@ -128,7 +128,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeedMultiplier
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
|
@ -171,7 +171,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Path
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
|
@ -208,7 +208,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PathReady
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
|
@ -245,7 +245,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
|
@ -284,7 +284,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindPath
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
|
@ -325,7 +325,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSpeed
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
|
@ -362,7 +362,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnPathReady
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
|
@ -396,7 +396,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
|
@ -431,7 +431,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
|
@ -476,7 +476,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
|
@ -514,7 +514,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
|
@ -553,7 +553,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PickUpOrSpawnAction
|
||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
|
@ -133,7 +133,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ItemCategory
|
||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
|
@ -172,7 +172,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ItemToSpawn
|
||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
|
@ -211,7 +211,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ColorsToSpawn
|
||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
|
@ -250,7 +250,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
|
@ -289,7 +289,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
|
@ -327,7 +327,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PutAwayAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PutAwayAction
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
|
@ -128,7 +128,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PutAwayAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Items
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
|
@ -165,7 +165,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PutAwayAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
|
@ -203,7 +203,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PutAwayAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
|
@ -238,7 +238,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/PutAwayAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/PutAwayAction.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SellAction
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
|
@ -129,7 +129,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Items
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
|
@ -166,7 +166,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
|
@ -204,7 +204,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
|
@ -239,7 +239,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
|
@ -277,7 +277,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSoldObject
|
||||
path: ../TinyLife/Actions/SellAction.cs
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SitAction
|
||||
path: ../TinyLife/Actions/SitAction.cs
|
||||
|
@ -128,7 +128,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/SitAction.cs
|
||||
|
@ -167,7 +167,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/SitAction.cs
|
||||
|
@ -205,7 +205,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/SitAction.cs
|
||||
|
@ -240,7 +240,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/SitAction.cs
|
||||
|
@ -285,7 +285,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/SitAction.cs
|
||||
|
@ -323,7 +323,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/SitAction.cs
|
||||
|
|
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SocialAction
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -143,7 +143,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsMain
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Partner
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -229,7 +229,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PartnerAction
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -266,7 +266,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConversationTime
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -315,7 +315,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InProgressTime
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -356,7 +356,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Id
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -403,7 +403,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PartnerCompletion
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -436,7 +436,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -475,7 +475,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -513,7 +513,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateConversation
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -557,7 +557,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsConversationCompleted
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -594,7 +594,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InitializeConversation
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -628,7 +628,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetMaxWaitTime
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -665,7 +665,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -700,7 +700,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -745,7 +745,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -785,7 +785,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -827,7 +827,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -866,7 +866,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -908,7 +908,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
@ -946,7 +946,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InvokeForBoth
|
||||
path: ../TinyLife/Actions/SocialAction.cs
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StoreAction
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
|
@ -128,7 +128,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Items
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
|
@ -165,7 +165,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
|
@ -203,7 +203,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
|
@ -238,7 +238,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
|
@ -283,7 +283,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
|
@ -321,7 +321,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/StoreAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/StoreAction.cs
|
||||
|
|
|
@ -15,7 +15,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluationResult
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
|
|
@ -42,7 +42,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TalkSettings
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -96,7 +96,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendshipGain
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -129,7 +129,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoBadlyChance
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -162,7 +162,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TalkMinutes
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -195,7 +195,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmoteCategory
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -228,7 +228,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeakStyle
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -261,7 +261,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PartnerEmoteCategory
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -294,7 +294,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PartnerSpeakStyle
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -327,7 +327,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainedSkill
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -360,7 +360,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainSkillOnFailure
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -393,7 +393,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RestoredNeed
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -426,7 +426,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -459,7 +459,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPersonality
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -492,7 +492,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredSkill
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -525,7 +525,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredAges
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -558,7 +558,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPartnerAges
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -591,7 +591,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecute
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -624,7 +624,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FailEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -657,7 +657,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SuccessEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -690,7 +690,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainRomancePercentage
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -723,7 +723,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoweredEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -756,7 +756,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnSuccess
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -789,7 +789,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnFailure
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -822,7 +822,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanDoRandomly
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -855,7 +855,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -899,7 +899,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluateFully
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -937,7 +937,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluateSimple
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -984,7 +984,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CheckCanExecute
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TalkAction
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -148,7 +148,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnEvaluate
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -183,7 +183,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnTalkSuccess
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -218,7 +218,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnTalkFailure
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -253,7 +253,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Settings
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -290,7 +290,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -329,7 +329,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateConversation
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -374,7 +374,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -413,7 +413,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsConversationCompleted
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -451,7 +451,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Create
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -501,7 +501,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFunny
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -557,7 +557,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateMean
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
@ -607,7 +607,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateRomantic
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PathfindToPersonAction
|
||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
|
@ -107,7 +107,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
|
@ -143,7 +143,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetMaxPathfindTime
|
||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
|
@ -180,7 +180,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
|
@ -215,7 +215,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
|
@ -260,7 +260,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
|
@ -302,7 +302,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
|
@ -340,7 +340,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Typeless/PathfindToPersonAction.cs
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpawnItemInHandAction
|
||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ItemToSpawn
|
||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
|
@ -151,7 +151,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ColorsToSpawn
|
||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
|
@ -198,7 +198,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
|
@ -239,7 +239,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
|
@ -274,7 +274,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
|
@ -312,7 +312,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
|
@ -357,7 +357,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TellPeopleToLeaveRoomAction
|
||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExcludedPeople
|
||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
|
@ -153,7 +153,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
|
@ -227,7 +227,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
|
@ -265,7 +265,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
|
@ -304,7 +304,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryToLeaveRoom
|
||||
path: ../TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||
|
|
|
@ -51,7 +51,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TypelessAction
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -121,7 +121,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Random
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -158,7 +158,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Info
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -203,7 +203,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StartedAutomatically
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -250,7 +250,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsUnderlying
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -287,7 +287,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Map
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -324,7 +324,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -361,7 +361,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ElapsedTime
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -410,7 +410,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PlayerPromptOpen
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -447,7 +447,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InProgressTime
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -487,7 +487,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FullyInProgress
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -527,7 +527,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ForceFail
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -560,7 +560,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -596,7 +596,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -630,7 +630,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -674,7 +674,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -711,7 +711,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -749,7 +749,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -790,7 +790,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenPlayerPrompt
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -847,7 +847,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenYesNoPrompt
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -889,7 +889,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenTextPrompt
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -940,7 +940,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeakAlone
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -991,7 +991,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeakInConversation
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1054,7 +1054,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompleteInTime
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1105,7 +1105,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompleteIfNeedFull
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1152,7 +1152,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PutDownOrGoTo
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1202,7 +1202,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPlaceDirection
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1246,7 +1246,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sit
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1296,7 +1296,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeChair
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1340,7 +1340,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeChairs
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1390,7 +1390,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreePeople
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1446,7 +1446,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeFurniture
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1511,7 +1511,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeWalls
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1564,7 +1564,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeGround
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1617,7 +1617,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindFreeFurniture
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1676,7 +1676,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetTableSpot
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
@ -1720,7 +1720,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InvokeForBoth
|
||||
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WalkAction
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrainEnergy
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
|
@ -169,7 +169,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
|
@ -208,7 +208,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindPath
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
|
@ -250,7 +250,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSpeed
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
|
@ -288,7 +288,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Channel
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -56,7 +56,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Comedy
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -90,7 +90,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cooking
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -124,7 +124,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Romance
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -158,7 +158,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Drama
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: News
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -226,7 +226,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cartoons
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WatchTvAction
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -131,7 +131,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FullyInProgress
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -172,7 +172,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -210,7 +210,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -248,7 +248,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -283,7 +283,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -328,7 +328,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -366,7 +366,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -408,7 +408,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -447,7 +447,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetViewingArea
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -491,7 +491,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSeating
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
@ -538,7 +538,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetViewers
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkAction
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
|
@ -131,7 +131,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
|
@ -167,7 +167,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PreInitialize
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
|
@ -202,7 +202,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
|
@ -237,7 +237,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
|
@ -275,7 +275,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
|
|
|
@ -15,7 +15,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Debug.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CheatDelegate
|
||||
path: ../TinyLife/Debug.cs
|
||||
|
|
|
@ -15,7 +15,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Debug.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DebugDelegate
|
||||
path: ../TinyLife/Debug.cs
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Debug.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Debug
|
||||
path: ../TinyLife/Debug.cs
|
||||
|
@ -63,7 +63,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Debug.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cheats
|
||||
path: ../TinyLife/Debug.cs
|
||||
|
@ -100,7 +100,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Debug.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DebugLines
|
||||
path: ../TinyLife/Debug.cs
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Debug.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryCheat
|
||||
path: ../TinyLife/Debug.cs
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -77,7 +77,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -122,7 +122,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Amount
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -167,7 +167,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TotalTime
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -212,7 +212,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Time
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -259,7 +259,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Source
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -296,7 +296,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassTime
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -332,7 +332,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
|
|
@ -138,7 +138,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmotionModifier
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -189,7 +189,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -226,7 +226,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Asleep
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -261,7 +261,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PeedSelf
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -296,7 +296,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassedOut
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -331,7 +331,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ReadBook
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -366,7 +366,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FailedJoke
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -401,7 +401,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DirtyDishes
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -436,7 +436,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BadCreation
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -471,7 +471,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BadCreationAngry
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -506,7 +506,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PerfectCreation
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -541,7 +541,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendDied
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -576,7 +576,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SleptOutside
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -611,7 +611,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DirtyConversationPartner
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -646,7 +646,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CaughtBeingInappropriate
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -681,7 +681,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BoringWork
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -716,7 +716,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SawSomethingPersonal
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -751,7 +751,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoodFood
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -786,7 +786,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PleasantInteraction
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -821,7 +821,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LovelyInteraction
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -856,7 +856,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FailedRomance
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -891,7 +891,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StartedDating
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -926,7 +926,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BrokenUpWith
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -961,7 +961,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Promoted
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -996,7 +996,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Demoted
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1031,7 +1031,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fired
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1066,7 +1066,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BadFood
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1101,7 +1101,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FunFoolingAround
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1136,7 +1136,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FinishedMod
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1171,7 +1171,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FinishedApp
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1206,7 +1206,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HackingFail
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1241,7 +1241,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PositiveGauge
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1276,7 +1276,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NegativeGauge
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1311,7 +1311,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MeanConversationPartner
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1346,7 +1346,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RepairFail
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1381,7 +1381,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoolAroundFail
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1416,7 +1416,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WritersBlock
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1451,7 +1451,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FinishedBook
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1486,7 +1486,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ScrappedBook
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1521,7 +1521,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SuccessfullyPublished
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1556,7 +1556,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FailedPublishing
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1591,7 +1591,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InspiringIdeas
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1626,7 +1626,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreativelyInspired
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1661,7 +1661,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StrokeOfGenius
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1696,7 +1696,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IntrovertedOverstimulated
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1731,7 +1731,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InspiredByPride
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1766,7 +1766,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TvInspiredToCook
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1801,7 +1801,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TvSaddenedByNews
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1836,7 +1836,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TvExcitedByNews
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1871,7 +1871,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TvRomantic
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1906,7 +1906,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoodWalkthrough
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1941,7 +1941,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BoringWalkthrough
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -1976,7 +1976,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BadTeammates
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2011,7 +2011,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RageQuit
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2046,7 +2046,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WonTournament
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2081,7 +2081,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LostTournament
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2116,7 +2116,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AsexualFoolingPartner
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2151,7 +2151,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AsexualFoolingDeclined
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2186,7 +2186,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoolingDeclined
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2221,7 +2221,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EnergizingJog
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2256,7 +2256,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EnergizingDumbbells
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2291,7 +2291,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PulledMuscle
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2326,7 +2326,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StandingDeskPositive
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2361,7 +2361,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StandingDeskSore
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2396,7 +2396,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FitnessLevelUp
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2431,7 +2431,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LazyWorkout
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2466,7 +2466,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ProteinShakeEnergetic
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2501,7 +2501,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ProteinShakeFrisky
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2536,7 +2536,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ProteinShakeFocused
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2571,7 +2571,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ProteinShakeFine
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2606,7 +2606,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TooMuchProtein
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2641,7 +2641,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ProteinShakeFriskyAsexual
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2676,7 +2676,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DirtyHandsAfterToilet
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2711,7 +2711,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DarkRoom
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2746,7 +2746,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ThrewAwayInsteadOfCleaning
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2781,7 +2781,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IntrovertedCloseConversation
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2816,7 +2816,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IntrovertedStrangerDanger
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2851,7 +2851,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IntrovertedHomeLong
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2886,7 +2886,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExtrovertedNewRelationship
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2921,7 +2921,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExtrovertedConfusedByIntroversion
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2956,7 +2956,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DirtyObject
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -2991,7 +2991,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UncomfortableCraftedFurniture
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3026,7 +3026,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AmazingCraftedFurniture
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3061,7 +3061,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SelfCraftedFurniture
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3096,7 +3096,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WoodworkingSplinter
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3131,7 +3131,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ScrappedSomeonesProject
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3166,7 +3166,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RoughSchoolDay
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3201,7 +3201,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FunSchoolDay
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3236,7 +3236,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TerribleAtSchool
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3271,7 +3271,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GradesDown
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3306,7 +3306,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GradesUp
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3341,7 +3341,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BoringHomework
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3376,7 +3376,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ForgotHomework
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3411,7 +3411,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InterestingStory
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3446,7 +3446,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FunnyCartoons
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3481,7 +3481,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FunPlaying
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3516,7 +3516,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InspiringPlaying
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3551,7 +3551,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PsychedUp
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3586,7 +3586,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AggravatingConversation
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3621,7 +3621,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpsettingConversation
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3656,7 +3656,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HadToGetFoodSomewhereElse
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3691,7 +3691,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UsefulProgrammingResearch
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3726,7 +3726,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PublishedApp
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3761,7 +3761,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmergencyFood
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3796,7 +3796,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChildChef
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3831,7 +3831,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SomeoneTriedMyFood
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3866,7 +3866,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BadChildFood
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3901,7 +3901,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoodChildFood
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3936,7 +3936,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SandboxPositive
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -3971,7 +3971,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SandboxNegative
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4006,7 +4006,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SandboxSocialPositive
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4041,7 +4041,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SandboxSocialNegative
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4076,7 +4076,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PuzzlePositive
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4111,7 +4111,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PuzzleNegative
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4146,7 +4146,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PuzzleNegativeChild
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4181,7 +4181,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ShoodChild
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4216,7 +4216,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4251,7 +4251,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4286,7 +4286,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Emotion
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4321,7 +4321,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Condition
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4356,7 +4356,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4404,7 +4404,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4452,7 +4452,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCausedEmotion
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
@ -4491,7 +4491,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TypeCategory
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -53,7 +53,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Negative
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -87,7 +87,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Positive
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -121,7 +121,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Neutral
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
|
|
@ -35,7 +35,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmotionType
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -86,7 +86,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -123,7 +123,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fine
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -158,7 +158,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Uncomfortable
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -193,7 +193,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Asleep
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -228,7 +228,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Happy
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -263,7 +263,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Embarrassed
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -298,7 +298,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sad
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -333,7 +333,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Bored
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -368,7 +368,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Frisky
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -403,7 +403,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Creative
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -438,7 +438,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Focused
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -473,7 +473,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stunned
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -508,7 +508,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Angry
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -543,7 +543,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Energetic
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -578,7 +578,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -613,7 +613,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -648,7 +648,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Color
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -683,7 +683,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Category
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -718,7 +718,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
@ -763,7 +763,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/IEmotionSource.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IEmotionSource
|
||||
path: ../TinyLife/Emotions/IEmotionSource.cs
|
||||
|
@ -51,7 +51,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/IEmotionSource.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Emotions/IEmotionSource.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -55,7 +55,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Splash
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -89,7 +89,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MainMenu
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -123,7 +123,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SelectHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -157,7 +157,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InGameHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -191,7 +191,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BuildOnly
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
|
|
@ -42,7 +42,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameImpl
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -140,7 +140,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Version
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -177,7 +177,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -216,7 +216,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GraphicsMetrics
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -253,7 +253,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Camera
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -290,7 +290,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Listener
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -327,7 +327,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Map
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -364,7 +364,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentTool
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -401,7 +401,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentTime
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -438,7 +438,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Weekday
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -475,7 +475,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -512,7 +512,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Money
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -549,7 +549,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentLot
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -586,7 +586,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Speed
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -623,7 +623,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FollowingPerson
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -660,7 +660,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SaveName
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -697,7 +697,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -734,7 +734,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoadContent
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -768,7 +768,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoUpdate
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -805,7 +805,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoDraw
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -842,7 +842,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dispose
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -879,7 +879,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InitializeDefaultUiStyle
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -918,7 +918,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsMouseOnUi
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -953,7 +953,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SwitchGameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -989,7 +989,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeExtremelyFast
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -1024,7 +1024,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanSwitchGameModes
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -1059,7 +1059,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FadeKeyboardLighting
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
@ -1095,7 +1095,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TakeScreenshot
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameSpeed
|
||||
path: ../TinyLife/Options.cs
|
||||
|
@ -55,7 +55,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Paused
|
||||
path: ../TinyLife/Options.cs
|
||||
|
@ -89,7 +89,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Regular
|
||||
path: ../TinyLife/Options.cs
|
||||
|
@ -123,7 +123,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fast
|
||||
path: ../TinyLife/Options.cs
|
||||
|
@ -157,7 +157,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VeryFast
|
||||
path: ../TinyLife/Options.cs
|
||||
|
@ -191,7 +191,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExtremelyFast
|
||||
path: ../TinyLife/Options.cs
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GenealogyType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
|
@ -61,7 +61,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Unrelated
|
||||
path: ../TinyLife/Relationship.cs
|
||||
|
@ -95,7 +95,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Parent
|
||||
path: ../TinyLife/Relationship.cs
|
||||
|
@ -129,7 +129,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Relationship.cs
|
||||
|
@ -163,7 +163,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
|
@ -197,7 +197,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Nibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
|
@ -231,7 +231,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
|
@ -265,7 +265,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Grandparent
|
||||
path: ../TinyLife/Relationship.cs
|
||||
|
@ -299,7 +299,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Grandchild
|
||||
path: ../TinyLife/Relationship.cs
|
||||
|
@ -333,7 +333,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DistantlyRelated
|
||||
path: ../TinyLife/Relationship.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AmountGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AmountGoal
|
||||
path: ../TinyLife/Goals/AmountGoal.cs
|
||||
|
@ -83,7 +83,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AmountGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/AmountGoal.cs
|
||||
|
@ -119,7 +119,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AmountGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Goals/AmountGoal.cs
|
||||
|
@ -157,7 +157,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AmountGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reset
|
||||
path: ../TinyLife/Goals/AmountGoal.cs
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AmountGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayedProgress
|
||||
path: ../TinyLife/Goals/AmountGoal.cs
|
||||
|
@ -230,7 +230,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AmountGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/AmountGoal.cs
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AutoGoalInfo
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
|
@ -80,7 +80,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Triggers
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
|
@ -115,7 +115,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Condition
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
|
@ -150,7 +150,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Timed
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
|
@ -206,7 +206,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Amount
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
|
@ -262,7 +262,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Distinct
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
|
@ -321,7 +321,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Distinct
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
|
@ -380,7 +380,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Conditioned
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
|
@ -433,7 +433,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AutoTriggerGoal
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
|
@ -95,7 +95,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AutoInfo
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
|
@ -130,7 +130,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
|
@ -168,7 +168,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
|
@ -208,7 +208,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
|
@ -252,7 +252,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
|
@ -301,7 +301,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/AutoTriggerGoal.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ConditionedGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConditionedGoal
|
||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||
|
@ -83,7 +83,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ConditionedGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||
|
@ -119,7 +119,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ConditionedGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||
|
@ -157,7 +157,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ConditionedGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reset
|
||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ConditionedGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayedProgress
|
||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||
|
@ -230,7 +230,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ConditionedGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DistinctGoal
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
|
@ -83,7 +83,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
|
@ -119,7 +119,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
|
@ -157,7 +157,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reset
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayedProgress
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
|
@ -230,7 +230,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
|
@ -272,7 +272,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/DistinctGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/DistinctGoal.cs
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goal
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
|
@ -91,7 +91,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
|
@ -136,7 +136,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Set
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
|
@ -173,7 +173,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Info
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
|
@ -210,7 +210,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
|
@ -249,7 +249,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
|
@ -286,7 +286,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reset
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
|
@ -320,7 +320,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayedProgress
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
|
@ -357,7 +357,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Goal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/Goal.cs
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoalInfo
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
|
@ -74,7 +74,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
|
@ -109,7 +109,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
|
@ -151,7 +151,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalInfo.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoalSet
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -89,7 +89,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Info
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -163,7 +163,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -202,7 +202,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -237,7 +237,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -272,7 +272,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reset
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -304,7 +304,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetGoals
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -347,7 +347,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetGoal
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -394,7 +394,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetGoal
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -437,7 +437,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplay
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -476,7 +476,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoalSetInfo
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -72,7 +72,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Configurations
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -107,7 +107,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
@ -146,7 +146,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoalTrigger
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
|
@ -65,7 +65,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PersonUpdate
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
|
@ -99,7 +99,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FurnitureCreated
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
|
@ -133,7 +133,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionCompleted
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
|
@ -167,7 +167,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionUpdate
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
|
@ -201,7 +201,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EarnMoney
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Job
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
|
@ -90,7 +90,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
|
@ -135,7 +135,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
|
@ -172,7 +172,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Performance
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
|
@ -219,7 +219,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Level
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
|
@ -266,7 +266,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyTasks
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
|
@ -313,7 +313,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentHourlyPay
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
|
@ -350,7 +350,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
|
@ -392,7 +392,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
|
@ -428,7 +428,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddPerformance
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
|
@ -464,7 +464,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddLevel
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
|
@ -500,7 +500,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasRequiredPromotionSkills
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
|
@ -535,7 +535,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/Job.cs
|
||||
|
|
|
@ -41,7 +41,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: JobType
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -103,7 +103,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -140,7 +140,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PrimarySchoolStudent
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -175,7 +175,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -210,7 +210,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HourlyPay
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -245,7 +245,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkHours
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -280,7 +280,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OffWorkDays
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -315,7 +315,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPromotionSkills
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -352,7 +352,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MaxLevel
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -389,7 +389,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasSpecialLocalization
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -426,7 +426,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredAges
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -463,7 +463,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanQuitOrBeFired
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -500,7 +500,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyTasks
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -537,7 +537,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyTaskImportance
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -574,7 +574,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -613,7 +613,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -661,7 +661,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -703,7 +703,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsTimeToWork
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -747,7 +747,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToScheduleString
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -784,7 +784,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -828,7 +828,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRequiredPromotionSkills
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -869,7 +869,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkStartsInAnHour
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -907,7 +907,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkHoursOver
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -945,7 +945,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkFinished
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -986,7 +986,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkStarted
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -1027,7 +1027,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnLevelChanged
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
@ -1068,7 +1068,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/JobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -80,7 +80,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goal
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -125,7 +125,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentGoals
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -172,7 +172,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StageIndex
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -219,7 +219,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -256,7 +256,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stage
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -293,7 +293,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Completed
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -330,7 +330,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -372,7 +372,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -404,7 +404,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Advance
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -436,7 +436,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
|
|
@ -32,7 +32,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LifeGoal
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -83,7 +83,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goals
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -120,7 +120,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Chef
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -155,7 +155,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SmartKid
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -190,7 +190,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GymRat
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -225,7 +225,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HouseholdHero
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -260,7 +260,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ComputerAddict
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -295,7 +295,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendOfEveryone
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -330,7 +330,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Millionaire
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -365,7 +365,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnAdvanced
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -400,7 +400,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -435,7 +435,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -470,7 +470,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stages
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -505,7 +505,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RewardPersonality
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -540,7 +540,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllowedAges
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -577,7 +577,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -622,7 +622,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
@ -661,7 +661,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ManualProgressGoal
|
||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||
|
@ -79,7 +79,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||
|
@ -118,7 +118,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||
|
@ -156,7 +156,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reset
|
||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||
|
@ -191,7 +191,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MakeProgress
|
||||
path: ../TinyLife/Goals/ManualProgressGoal.cs
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionSettings
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -69,7 +69,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -102,7 +102,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Context
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -135,7 +135,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -168,7 +168,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -201,7 +201,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedTypeScrap
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -234,7 +234,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecute
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -267,7 +267,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredSkill
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -300,7 +300,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredAges
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -333,7 +333,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ProjectDisplayName
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -366,7 +366,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanContinue
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -399,7 +399,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IncludeProject
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -432,7 +432,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
|
|
@ -32,7 +32,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Project
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -95,7 +95,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -140,7 +140,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -185,7 +185,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Quality
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -232,7 +232,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Progress
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -281,7 +281,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyPay
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -334,7 +334,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyPayReductionFactor
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -387,7 +387,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -426,7 +426,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -468,7 +468,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -509,7 +509,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MakeProgress
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -559,7 +559,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Remove
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -593,7 +593,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnNewDay
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -627,7 +627,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetDailyPay
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -669,7 +669,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateActions
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -710,7 +710,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetVarieties
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -763,7 +763,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenNamePrompt
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
@ -813,7 +813,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenScrapPrompt
|
||||
path: ../TinyLife/Goals/Project.cs
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/StudentJobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StudentJobType
|
||||
path: ../TinyLife/Goals/StudentJobType.cs
|
||||
|
@ -97,7 +97,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/StudentJobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/StudentJobType.cs
|
||||
|
@ -145,7 +145,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/StudentJobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkFinished
|
||||
path: ../TinyLife/Goals/StudentJobType.cs
|
||||
|
@ -187,7 +187,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/StudentJobType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnLevelChanged
|
||||
path: ../TinyLife/Goals/StudentJobType.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/TimedGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TimedGoal
|
||||
path: ../TinyLife/Goals/TimedGoal.cs
|
||||
|
@ -83,7 +83,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/TimedGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/TimedGoal.cs
|
||||
|
@ -119,7 +119,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/TimedGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProgress
|
||||
path: ../TinyLife/Goals/TimedGoal.cs
|
||||
|
@ -157,7 +157,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/TimedGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reset
|
||||
path: ../TinyLife/Goals/TimedGoal.cs
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/TimedGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayedProgress
|
||||
path: ../TinyLife/Goals/TimedGoal.cs
|
||||
|
@ -230,7 +230,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/TimedGoal.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/TimedGoal.cs
|
||||
|
|
|
@ -28,7 +28,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LnCategory
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -63,7 +63,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ui
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -97,7 +97,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Actions
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -131,7 +131,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BuildMode
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -165,7 +165,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Clothes
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -199,7 +199,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Food
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -233,7 +233,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Personalities
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -267,7 +267,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Skills
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -301,7 +301,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Jobs
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -335,7 +335,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Emotions
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -369,7 +369,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hints
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -403,7 +403,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InGameHints
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -437,7 +437,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goals
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -471,7 +471,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Names
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Localization
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -65,7 +65,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LanguageNames
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -102,7 +102,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Names
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -139,7 +139,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetLanguage
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -177,7 +177,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Get
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -221,7 +221,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Get
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
@ -271,7 +271,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetKeys
|
||||
path: ../TinyLife/Localization.cs
|
||||
|
|
|
@ -17,7 +17,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/EventPhase.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EventPhase
|
||||
path: ../TinyLife/Mods/EventPhase.cs
|
||||
|
@ -52,7 +52,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/EventPhase.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pre
|
||||
path: ../TinyLife/Mods/EventPhase.cs
|
||||
|
@ -86,7 +86,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/EventPhase.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Post
|
||||
path: ../TinyLife/Mods/EventPhase.cs
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mod
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
|
@ -68,7 +68,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
|
@ -107,7 +107,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Description
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
|
@ -146,7 +146,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
|
@ -185,7 +185,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
|
@ -232,7 +232,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddGameContent
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
|
@ -273,7 +273,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCustomFurnitureTextures
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModInfo
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
|
@ -71,7 +71,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Id
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
|
@ -106,7 +106,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mod
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
|
@ -141,7 +141,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Logger
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
|
@ -176,7 +176,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Content
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
|
@ -211,7 +211,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Harmony
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
|
@ -246,7 +246,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Finalize
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
|
@ -277,7 +277,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dispose
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
|
@ -310,7 +310,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToString
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
|
|
|
@ -17,7 +17,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModLoader
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
|
@ -61,7 +61,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryGetModInfo
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetModsFolder
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Need
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -75,7 +75,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Max
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -110,7 +110,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -155,7 +155,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Value
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -202,7 +202,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Percentage
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -239,7 +239,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Need.cs
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedType
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -84,7 +84,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -121,7 +121,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Energy
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -156,7 +156,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hunger
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -191,7 +191,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Social
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -226,7 +226,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Toilet
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -261,7 +261,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hygiene
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -296,7 +296,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Entertainment
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -331,7 +331,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -366,7 +366,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassiveReduction
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -401,7 +401,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedLowAction
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -436,7 +436,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedLowTime
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -471,7 +471,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SolveImportance
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -506,7 +506,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -545,7 +545,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Need.cs
|
||||
|
@ -596,7 +596,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Need.cs
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AbstractSpot
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -76,7 +76,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: YOffset
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -113,7 +113,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Offset
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -146,7 +146,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VisualOffset
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -179,7 +179,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ValidDirections
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -214,7 +214,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Group
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -247,7 +247,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrawLayer
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -280,7 +280,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasVisualOffset
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -317,7 +317,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -365,7 +365,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetValidDirections
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -404,7 +404,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetLocation
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -446,7 +446,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoGroupsOverlap
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionSpot
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -84,7 +84,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CategoryRestriction
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -117,7 +117,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -159,7 +159,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -204,7 +204,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -252,7 +252,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeDirections
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -294,7 +294,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetOccupants
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -339,7 +339,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BedSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -380,7 +380,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BenchSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -421,7 +421,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PicnicTableSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -462,7 +462,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
@ -506,7 +506,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPicnicBenchDrawLayer
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
|
|
|
@ -17,7 +17,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AgeGroup
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
|
@ -62,7 +62,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
|
@ -96,7 +96,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Adult
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BrokenBehavior
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -65,7 +65,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Puddles
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -99,7 +99,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dripping
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -133,7 +133,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ElectricityCrackle
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -167,7 +167,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Smoke
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -201,7 +201,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Electrocution
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BreakableFurniture
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -159,7 +159,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWearDown
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnBreak
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -225,7 +225,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Broken
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -268,7 +268,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -319,7 +319,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -365,7 +365,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WearDown
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -403,7 +403,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteAction
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -454,7 +454,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionUpdate
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -505,7 +505,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPrice
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -543,7 +543,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
@ -581,7 +581,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDecorativeRating
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
|
|
|
@ -35,7 +35,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Clothes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -89,7 +89,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Layers
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -163,7 +163,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllIntentions
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -200,7 +200,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ReferencePrice
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -235,7 +235,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -270,7 +270,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Layer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -305,7 +305,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TextureRegions
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -340,7 +340,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Colors
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -375,7 +375,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Price
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -410,7 +410,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Intentions
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -445,7 +445,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -482,7 +482,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NonBuyable
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -519,7 +519,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ages
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -556,7 +556,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DepthFunction
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -593,7 +593,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TextureBehaviorLayer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -630,7 +630,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -684,7 +684,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPrice
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -721,7 +721,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIntentionDescription
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -756,7 +756,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -794,7 +794,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetClothes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ClothesIntention
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -71,7 +71,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: None
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -103,7 +103,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Everyday
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -135,7 +135,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Party
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -167,7 +167,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Formal
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -199,7 +199,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Workout
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -231,7 +231,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Swimwear
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -263,7 +263,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sleep
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -295,7 +295,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Summer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -327,7 +327,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Winter
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -359,7 +359,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Work
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ClothesLayer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -74,7 +74,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Body
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Eyes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -142,7 +142,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pants
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -176,7 +176,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Arms
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -210,7 +210,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Shirt
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -244,7 +244,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Accessories
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -278,7 +278,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hair
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -312,7 +312,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HeadAccessories
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -346,7 +346,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FaceAccessories
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -380,7 +380,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ArmAccessories
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
@ -414,7 +414,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Shoes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Counter
|
||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||
|
@ -154,7 +154,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||
|
@ -205,7 +205,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ShouldConnectTo
|
||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||
|
@ -247,7 +247,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCornerStatus
|
||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CornerFurniture
|
||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||
|
@ -155,7 +155,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||
|
@ -206,7 +206,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ShouldConnectTo
|
||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||
|
@ -247,7 +247,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCornerStatus
|
||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||
|
@ -291,7 +291,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||
|
@ -369,7 +369,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnNeighborChanged
|
||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||
|
@ -408,7 +408,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Objects/CornerFurniture.cs
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fence.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fence
|
||||
path: ../TinyLife/Objects/Fence.cs
|
||||
|
@ -152,7 +152,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fence.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Fence.cs
|
||||
|
@ -203,7 +203,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fence.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/Fence.cs
|
||||
|
@ -281,7 +281,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fence.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Objects/Fence.cs
|
||||
|
@ -319,7 +319,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fence.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnNeighborChanged
|
||||
path: ../TinyLife/Objects/Fence.cs
|
||||
|
@ -358,7 +358,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fence.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ShouldConnectTo
|
||||
path: ../TinyLife/Objects/Fence.cs
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fireplace.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fireplace
|
||||
path: ../TinyLife/Objects/Fireplace.cs
|
||||
|
@ -159,7 +159,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fireplace.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsElectrical
|
||||
path: ../TinyLife/Objects/Fireplace.cs
|
||||
|
@ -199,7 +199,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fireplace.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LightSize
|
||||
path: ../TinyLife/Objects/Fireplace.cs
|
||||
|
@ -238,7 +238,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fireplace.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Fireplace.cs
|
||||
|
@ -289,7 +289,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fireplace.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/Fireplace.cs
|
||||
|
@ -367,7 +367,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fireplace.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Objects/Fireplace.cs
|
||||
|
@ -412,7 +412,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fireplace.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateLights
|
||||
path: ../TinyLife/Objects/Fireplace.cs
|
||||
|
@ -450,7 +450,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Fireplace.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRemoved
|
||||
path: ../TinyLife/Objects/Fireplace.cs
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Food.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Food
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
|
@ -159,7 +159,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Food.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoodLeft
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
|
@ -202,7 +202,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Food.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
|
@ -253,7 +253,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Food.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
|
@ -331,7 +331,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Food.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHoverInfo
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoodTypedItem
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
|
@ -159,7 +159,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoodType
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
|
@ -202,7 +202,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExpirationTime
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
|
@ -245,7 +245,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ServingSize
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
|
@ -288,7 +288,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Expired
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
|
@ -325,7 +325,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
|
@ -376,7 +376,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
|
@ -414,7 +414,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHoverInfo
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
|
@ -452,7 +452,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
|
|
|
@ -76,7 +76,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Furniture
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -160,7 +160,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Random
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -197,7 +197,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnGetDescription
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -230,7 +230,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnSetCreator
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -263,7 +263,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnGetDirty
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -296,7 +296,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnDirty
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -329,7 +329,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -374,7 +374,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Rotation
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -417,7 +417,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ParentFurniture
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -454,7 +454,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ParentObjectSpot
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -491,7 +491,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasParent
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -528,7 +528,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Colors
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -571,7 +571,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Area
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -608,7 +608,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VisualPosition
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -645,7 +645,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DevaluedThroughUse
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -692,7 +692,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AreUtilitiesDisabled
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -729,7 +729,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsStatic
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -776,7 +776,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreatorId
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -827,7 +827,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Quality
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -874,7 +874,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeDirty
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -911,7 +911,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dirty
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -958,7 +958,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CustomPrice
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1005,7 +1005,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Creator
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1042,7 +1042,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1093,7 +1093,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1146,7 +1146,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1184,7 +1184,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Intersects
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1226,7 +1226,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCategories
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1270,7 +1270,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnAdded
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1305,7 +1305,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRemoved
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1340,7 +1340,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetAiPriority
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1385,7 +1385,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetVisibility
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1423,7 +1423,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteAction
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1474,7 +1474,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnActionCompleted
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1519,7 +1519,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionUpdate
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1570,7 +1570,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1647,7 +1647,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPrice
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1686,7 +1686,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1723,7 +1723,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDecorativeRating
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1764,7 +1764,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDirty
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1805,7 +1805,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetCreator
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1846,7 +1846,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1883,7 +1883,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnNeighborChanged
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1921,7 +1921,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrawUi
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -1972,7 +1972,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetOccupants
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2014,7 +2014,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeActionSpots
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2056,7 +2056,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeActionSpot
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2098,7 +2098,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeActionSpotInfo
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2143,7 +2143,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetActionSpotInfo
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2188,7 +2188,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeObjectSpot
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2233,7 +2233,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetParent
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2272,7 +2272,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UnlinkParentsAndChildren
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2304,7 +2304,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveAndUnlink
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2336,7 +2336,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetChildren
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2378,7 +2378,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveChildren
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2425,7 +2425,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2464,7 +2464,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2523,7 +2523,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2571,7 +2571,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2622,7 +2622,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2664,7 +2664,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotifyNeighbors
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
@ -2696,7 +2696,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetNewId
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
|
|
|
@ -47,7 +47,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TypeSettings
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -93,7 +93,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Size
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -159,7 +159,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Categories
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionSpots
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -225,7 +225,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ObjectSpots
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -258,7 +258,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ColorSchemes
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -291,7 +291,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ColorMap
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -324,7 +324,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DefaultColors
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -357,7 +357,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DefaultRotation
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -390,7 +390,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -423,7 +423,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Price
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -456,7 +456,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BuyableVariations
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -489,7 +489,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HeldScale
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -522,7 +522,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HeldPivot
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -555,7 +555,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DecorativeRating
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -588,7 +588,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -621,7 +621,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reliability
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -654,7 +654,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BrokenBehavior
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -687,7 +687,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ElectricityRating
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -720,7 +720,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WaterRating
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -753,7 +753,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Visibility
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -786,7 +786,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Tab
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -819,7 +819,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TextureName
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -852,7 +852,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateLights
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -885,7 +885,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DirtyOverlayTextureName
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -918,7 +918,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DistanceFromObstructions
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -951,7 +951,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -984,7 +984,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteAction
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -1017,7 +1017,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -1068,7 +1068,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetData
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -1106,7 +1106,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetData
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
|
@ -1149,7 +1149,7 @@ items:
|
|||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: 0.20.1
|
||||
branch: 0.20.2-dev
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDataKeys
|
||||
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