mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
0.17.2
This commit is contained in:
parent
91c73a6bb6
commit
02a7740802
186 changed files with 2794 additions and 2662 deletions
|
@ -1,4 +1,10 @@
|
||||||
|
# 0.17.2
|
||||||
|
Improvements
|
||||||
|
- Turned the mac build into an app bundle
|
||||||
|
- Improved video ram usage of outside tiles
|
||||||
|
|
||||||
# 0.17.1
|
# 0.17.1
|
||||||
|
Fixes
|
||||||
- Fixed an exception when putting away books
|
- Fixed an exception when putting away books
|
||||||
|
|
||||||
# 0.17.0
|
# 0.17.0
|
||||||
|
|
|
@ -369,6 +369,7 @@
|
||||||
"TinyLife.Actions.PickUpOrSpawnAction.ItemCategory": "TinyLife.Actions.PickUpOrSpawnAction.yml",
|
"TinyLife.Actions.PickUpOrSpawnAction.ItemCategory": "TinyLife.Actions.PickUpOrSpawnAction.yml",
|
||||||
"TinyLife.Actions.PickUpOrSpawnAction.ItemToSpawn": "TinyLife.Actions.PickUpOrSpawnAction.yml",
|
"TinyLife.Actions.PickUpOrSpawnAction.ItemToSpawn": "TinyLife.Actions.PickUpOrSpawnAction.yml",
|
||||||
"TinyLife.Actions.PutAwayAction": "TinyLife.Actions.PutAwayAction.yml",
|
"TinyLife.Actions.PutAwayAction": "TinyLife.Actions.PutAwayAction.yml",
|
||||||
|
"TinyLife.Actions.PutAwayAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.PutAwayAction.yml",
|
||||||
"TinyLife.Actions.PutAwayAction.AndThenInitialize": "TinyLife.Actions.PutAwayAction.yml",
|
"TinyLife.Actions.PutAwayAction.AndThenInitialize": "TinyLife.Actions.PutAwayAction.yml",
|
||||||
"TinyLife.Actions.PutAwayAction.AndThenIsCompleted": "TinyLife.Actions.PutAwayAction.yml",
|
"TinyLife.Actions.PutAwayAction.AndThenIsCompleted": "TinyLife.Actions.PutAwayAction.yml",
|
||||||
"TinyLife.Actions.PutAwayAction.CreateFirstActions": "TinyLife.Actions.PutAwayAction.yml",
|
"TinyLife.Actions.PutAwayAction.CreateFirstActions": "TinyLife.Actions.PutAwayAction.yml",
|
||||||
|
@ -2427,6 +2428,7 @@
|
||||||
"TinyLife.World.Tile.Colors": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.Colors": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.ColorSchemes": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.ColorSchemes": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.World.Tile.yml",
|
||||||
|
"TinyLife.World.Tile.Draw(MLEM.Misc.StaticSpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single)": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single)": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.GetPrice": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.GetPrice": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.Height": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.Height": "TinyLife.World.Tile.yml",
|
||||||
|
|
|
@ -31,7 +31,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Action
|
id: Action
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 14
|
startLine: 14
|
||||||
|
@ -125,7 +125,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -170,7 +170,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 27
|
startLine: 27
|
||||||
|
@ -209,7 +209,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 34
|
startLine: 34
|
||||||
|
@ -254,7 +254,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 44
|
startLine: 44
|
||||||
|
@ -293,7 +293,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 54
|
startLine: 54
|
||||||
|
@ -335,7 +335,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 66
|
startLine: 66
|
||||||
|
@ -376,7 +376,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCancel
|
id: CanCancel
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 77
|
startLine: 77
|
||||||
|
@ -417,7 +417,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 88
|
startLine: 88
|
||||||
|
@ -458,7 +458,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIconObject
|
id: GetIconObject
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 98
|
startLine: 98
|
||||||
|
@ -495,7 +495,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CausesExtremelyFastSpeed
|
id: CausesExtremelyFastSpeed
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 107
|
startLine: 107
|
||||||
|
@ -532,7 +532,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 116
|
startLine: 116
|
||||||
|
@ -569,7 +569,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TryForceFail
|
id: TryForceFail
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 127
|
startLine: 127
|
||||||
|
@ -610,7 +610,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ApplyVariety
|
id: ApplyVariety
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 138
|
startLine: 138
|
||||||
|
@ -648,7 +648,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanEnqueueConversation
|
id: CanEnqueueConversation
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 149
|
startLine: 149
|
||||||
|
@ -692,7 +692,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Action.cs
|
path: TinyLife/Actions/Action.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: Actions/Action.cs
|
path: Actions/Action.cs
|
||||||
startLine: 160
|
startLine: 160
|
||||||
|
|
|
@ -31,7 +31,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionInfo
|
id: ActionInfo
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 14
|
startLine: 14
|
||||||
|
@ -96,7 +96,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionLocation
|
id: ActionLocation
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 27
|
startLine: 27
|
||||||
|
@ -178,7 +178,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionSpot
|
id: ActionSpot
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 31
|
startLine: 31
|
||||||
|
@ -218,7 +218,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Map
|
id: Map
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 38
|
startLine: 38
|
||||||
|
@ -255,7 +255,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetActionObject
|
id: GetActionObject
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 65
|
startLine: 65
|
||||||
|
@ -296,7 +296,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddAuxiliaryObject
|
id: AddAuxiliaryObject
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 87
|
startLine: 87
|
||||||
|
@ -335,7 +335,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetInvolvedObjects
|
id: GetInvolvedObjects
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 105
|
startLine: 105
|
||||||
|
@ -383,7 +383,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetInvolvedObject
|
id: GetInvolvedObject
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 148
|
startLine: 148
|
||||||
|
@ -433,7 +433,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetInvolvedActionSpot
|
id: GetInvolvedActionSpot
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 159
|
startLine: 159
|
||||||
|
@ -472,7 +472,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToFreeActionSpot
|
id: ToFreeActionSpot
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 175
|
startLine: 175
|
||||||
|
@ -511,7 +511,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OccupyFreeActionSpot
|
id: OccupyFreeActionSpot
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 191
|
startLine: 191
|
||||||
|
@ -521,7 +521,7 @@ items:
|
||||||
summary: "\nThis is a shorthand method for <xref href=\"TinyLife.Objects.Person.OccupyFreeActionSpot(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Nullable%7bMLEM.Misc.Direction2%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that this method needs to be called every update frame for the person to keep occupying the action spot.\n"
|
summary: "\nThis is a shorthand method for <xref href=\"TinyLife.Objects.Person.OccupyFreeActionSpot(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Nullable%7bMLEM.Misc.Direction2%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that this method needs to be called every update frame for the person to keep occupying the action spot.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = null)
|
content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = default(Direction2? ))
|
||||||
parameters:
|
parameters:
|
||||||
- id: context
|
- id: context
|
||||||
type: TinyLife.Objects.ObjectCategory
|
type: TinyLife.Objects.ObjectCategory
|
||||||
|
@ -559,7 +559,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 201
|
startLine: 201
|
||||||
|
@ -595,7 +595,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FromLocation
|
id: FromLocation
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 211
|
startLine: 211
|
||||||
|
@ -639,7 +639,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FromObjectGeneric
|
id: FromObjectGeneric
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 221
|
startLine: 221
|
||||||
|
@ -683,7 +683,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionInfo.cs
|
path: TinyLife/Actions/ActionInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FromSelf
|
id: FromSelf
|
||||||
path: Actions/ActionInfo.cs
|
path: Actions/ActionInfo.cs
|
||||||
startLine: 230
|
startLine: 230
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AiSettings
|
id: AiSettings
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 317
|
startLine: 317
|
||||||
|
@ -63,7 +63,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SolvedNeeds
|
id: SolvedNeeds
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 324
|
startLine: 324
|
||||||
|
@ -96,7 +96,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassivePriority
|
id: PassivePriority
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 331
|
startLine: 331
|
||||||
|
@ -129,7 +129,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanDoRandomly
|
id: CanDoRandomly
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 338
|
startLine: 338
|
||||||
|
@ -162,7 +162,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanDoAtAnyPoint
|
id: CanDoAtAnyPoint
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 345
|
startLine: 345
|
||||||
|
@ -195,7 +195,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NeedsFreeActionSpot
|
id: NeedsFreeActionSpot
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 351
|
startLine: 351
|
||||||
|
|
|
@ -16,7 +16,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecuteDelegate
|
id: CanExecuteDelegate
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 178
|
startLine: 178
|
||||||
|
|
|
@ -37,7 +37,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecuteResult
|
id: CanExecuteResult
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 358
|
startLine: 358
|
||||||
|
@ -73,7 +73,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Hidden
|
id: Hidden
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 363
|
startLine: 363
|
||||||
|
@ -107,7 +107,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Valid
|
id: Valid
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 367
|
startLine: 367
|
||||||
|
@ -141,7 +141,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HoldingItem
|
id: HoldingItem
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 371
|
startLine: 371
|
||||||
|
@ -175,7 +175,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NoSpace
|
id: NoSpace
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 375
|
startLine: 375
|
||||||
|
@ -209,7 +209,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NoChair
|
id: NoChair
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 379
|
startLine: 379
|
||||||
|
@ -243,7 +243,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NotEnoughMoney
|
id: NotEnoughMoney
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 383
|
startLine: 383
|
||||||
|
@ -277,7 +277,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NotEnoughSkill
|
id: NotEnoughSkill
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 387
|
startLine: 387
|
||||||
|
@ -311,7 +311,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooFar
|
id: TooFar
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 391
|
startLine: 391
|
||||||
|
@ -345,7 +345,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NotYours
|
id: NotYours
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 395
|
startLine: 395
|
||||||
|
@ -379,7 +379,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooUncomfortable
|
id: TooUncomfortable
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 399
|
startLine: 399
|
||||||
|
@ -413,7 +413,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooEmbarrassed
|
id: TooEmbarrassed
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 403
|
startLine: 403
|
||||||
|
@ -447,7 +447,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooSad
|
id: TooSad
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 407
|
startLine: 407
|
||||||
|
@ -481,7 +481,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WrongRelationshipType
|
id: WrongRelationshipType
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 411
|
startLine: 411
|
||||||
|
@ -515,7 +515,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ObjectBroken
|
id: ObjectBroken
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 415
|
startLine: 415
|
||||||
|
@ -549,7 +549,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NoMatchingObjectAround
|
id: NoMatchingObjectAround
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 419
|
startLine: 419
|
||||||
|
@ -583,7 +583,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UtilitiesDisabled
|
id: UtilitiesDisabled
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 423
|
startLine: 423
|
||||||
|
@ -617,7 +617,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Expired
|
id: Expired
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 427
|
startLine: 427
|
||||||
|
@ -651,7 +651,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BlockedByEmotionModifier
|
id: BlockedByEmotionModifier
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 431
|
startLine: 431
|
||||||
|
@ -685,7 +685,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WaitingRequired
|
id: WaitingRequired
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 435
|
startLine: 435
|
||||||
|
@ -719,7 +719,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooStunned
|
id: TooStunned
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 439
|
startLine: 439
|
||||||
|
@ -753,7 +753,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AlreadyDone
|
id: AlreadyDone
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 443
|
startLine: 443
|
||||||
|
|
|
@ -37,7 +37,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TypeSettings
|
id: TypeSettings
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 183
|
startLine: 183
|
||||||
|
@ -85,7 +85,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 188
|
startLine: 188
|
||||||
|
@ -118,7 +118,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NameWithoutCategory
|
id: NameWithoutCategory
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 193
|
startLine: 193
|
||||||
|
@ -156,7 +156,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Categories
|
id: Categories
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 198
|
startLine: 198
|
||||||
|
@ -194,7 +194,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Texture
|
id: Texture
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 203
|
startLine: 203
|
||||||
|
@ -227,7 +227,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Context
|
id: Context
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 208
|
startLine: 208
|
||||||
|
@ -260,7 +260,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecute
|
id: CanExecute
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 214
|
startLine: 214
|
||||||
|
@ -293,7 +293,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedType
|
id: ConstructedType
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 219
|
startLine: 219
|
||||||
|
@ -326,7 +326,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructorArguments
|
id: ConstructorArguments
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 224
|
startLine: 224
|
||||||
|
@ -359,7 +359,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Varieties
|
id: Varieties
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 232
|
startLine: 232
|
||||||
|
@ -392,7 +392,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Ai
|
id: Ai
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 237
|
startLine: 237
|
||||||
|
@ -425,7 +425,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsInappropriateElsewhere
|
id: IsInappropriateElsewhere
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 242
|
startLine: 242
|
||||||
|
@ -458,7 +458,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IconName
|
id: IconName
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 248
|
startLine: 248
|
||||||
|
@ -491,7 +491,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 254
|
startLine: 254
|
||||||
|
@ -524,7 +524,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredSkill
|
id: RequiredSkill
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 260
|
startLine: 260
|
||||||
|
@ -557,7 +557,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredAges
|
id: RequiredAges
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 264
|
startLine: 264
|
||||||
|
@ -590,7 +590,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredEmotion
|
id: RequiredEmotion
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 269
|
startLine: 269
|
||||||
|
@ -623,7 +623,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredPersonality
|
id: RequiredPersonality
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 274
|
startLine: 274
|
||||||
|
@ -656,7 +656,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 284
|
startLine: 284
|
||||||
|
@ -698,7 +698,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetData
|
id: SetData
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 295
|
startLine: 295
|
||||||
|
@ -736,7 +736,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetData
|
id: GetData
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 301
|
startLine: 301
|
||||||
|
@ -779,7 +779,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionType.cs
|
path: TinyLife/Actions/ActionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDataKeys
|
id: GetDataKeys
|
||||||
path: Actions/ActionType.cs
|
path: Actions/ActionType.cs
|
||||||
startLine: 306
|
startLine: 306
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -31,7 +31,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionVariety
|
id: ActionVariety
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 16
|
startLine: 16
|
||||||
|
@ -79,7 +79,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 21
|
startLine: 21
|
||||||
|
@ -112,7 +112,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassivePriority
|
id: PassivePriority
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 26
|
startLine: 26
|
||||||
|
@ -145,7 +145,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecute
|
id: CanExecute
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 32
|
startLine: 32
|
||||||
|
@ -178,7 +178,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisplayName
|
id: DisplayName
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
@ -211,7 +211,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Description
|
id: Description
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 42
|
startLine: 42
|
||||||
|
@ -244,7 +244,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CustomLayout
|
id: CustomLayout
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 48
|
startLine: 48
|
||||||
|
@ -277,7 +277,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 56
|
startLine: 56
|
||||||
|
@ -313,7 +313,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 64
|
startLine: 64
|
||||||
|
@ -348,7 +348,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeExecuted
|
id: CanBeExecuted
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 75
|
startLine: 75
|
||||||
|
@ -390,7 +390,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPassivePriority
|
id: GetPassivePriority
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 91
|
startLine: 91
|
||||||
|
@ -429,7 +429,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetData
|
id: SetData
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 96
|
startLine: 96
|
||||||
|
@ -467,7 +467,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetData
|
id: GetData
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 102
|
startLine: 102
|
||||||
|
@ -510,7 +510,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDataKeys
|
id: GetDataKeys
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 107
|
startLine: 107
|
||||||
|
@ -545,7 +545,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ImageLayout
|
id: ImageLayout
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 121
|
startLine: 121
|
||||||
|
@ -592,7 +592,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ActionVariety.cs
|
path: TinyLife/Actions/ActionVariety.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PortraitLayout
|
id: PortraitLayout
|
||||||
path: Actions/ActionVariety.cs
|
path: Actions/ActionVariety.cs
|
||||||
startLine: 140
|
startLine: 140
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/CompletionType.cs
|
path: TinyLife/Actions/CompletionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CompletionType
|
id: CompletionType
|
||||||
path: Actions/CompletionType.cs
|
path: Actions/CompletionType.cs
|
||||||
startLine: 4
|
startLine: 4
|
||||||
|
@ -57,7 +57,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/CompletionType.cs
|
path: TinyLife/Actions/CompletionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Active
|
id: Active
|
||||||
path: Actions/CompletionType.cs
|
path: Actions/CompletionType.cs
|
||||||
startLine: 9
|
startLine: 9
|
||||||
|
@ -91,7 +91,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/CompletionType.cs
|
path: TinyLife/Actions/CompletionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Completed
|
id: Completed
|
||||||
path: Actions/CompletionType.cs
|
path: Actions/CompletionType.cs
|
||||||
startLine: 13
|
startLine: 13
|
||||||
|
@ -125,7 +125,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/CompletionType.cs
|
path: TinyLife/Actions/CompletionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Failed
|
id: Failed
|
||||||
path: Actions/CompletionType.cs
|
path: Actions/CompletionType.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/CompletionType.cs
|
path: TinyLife/Actions/CompletionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Canceled
|
id: Canceled
|
||||||
path: Actions/CompletionType.cs
|
path: Actions/CompletionType.cs
|
||||||
startLine: 21
|
startLine: 21
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ComputerAction.cs
|
path: TinyLife/Actions/ComputerAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ComputerAction
|
id: ComputerAction
|
||||||
path: Actions/ComputerAction.cs
|
path: Actions/ComputerAction.cs
|
||||||
startLine: 10
|
startLine: 10
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ComputerAction.cs
|
path: TinyLife/Actions/ComputerAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ScreenContent
|
id: ScreenContent
|
||||||
path: Actions/ComputerAction.cs
|
path: Actions/ComputerAction.cs
|
||||||
startLine: 16
|
startLine: 16
|
||||||
|
@ -172,7 +172,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ComputerAction.cs
|
path: TinyLife/Actions/ComputerAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/ComputerAction.cs
|
path: Actions/ComputerAction.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -211,7 +211,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ComputerAction.cs
|
path: TinyLife/Actions/ComputerAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: Actions/ComputerAction.cs
|
path: Actions/ComputerAction.cs
|
||||||
startLine: 24
|
startLine: 24
|
||||||
|
@ -246,7 +246,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ComputerAction.cs
|
path: TinyLife/Actions/ComputerAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: Actions/ComputerAction.cs
|
path: Actions/ComputerAction.cs
|
||||||
startLine: 29
|
startLine: 29
|
||||||
|
@ -291,7 +291,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/ComputerAction.cs
|
path: TinyLife/Actions/ComputerAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: Actions/ComputerAction.cs
|
path: Actions/ComputerAction.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DieAction
|
id: DieAction
|
||||||
path: Actions/DieAction.cs
|
path: Actions/DieAction.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -121,7 +121,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reason
|
id: Reason
|
||||||
path: Actions/DieAction.cs
|
path: Actions/DieAction.cs
|
||||||
startLine: 26
|
startLine: 26
|
||||||
|
@ -164,7 +164,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/DieAction.cs
|
path: Actions/DieAction.cs
|
||||||
startLine: 29
|
startLine: 29
|
||||||
|
@ -203,7 +203,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: Actions/DieAction.cs
|
path: Actions/DieAction.cs
|
||||||
startLine: 33
|
startLine: 33
|
||||||
|
@ -238,7 +238,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: Actions/DieAction.cs
|
path: Actions/DieAction.cs
|
||||||
startLine: 38
|
startLine: 38
|
||||||
|
@ -276,7 +276,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCancel
|
id: CanCancel
|
||||||
path: Actions/DieAction.cs
|
path: Actions/DieAction.cs
|
||||||
startLine: 43
|
startLine: 43
|
||||||
|
@ -318,7 +318,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanEnqueueConversation
|
id: CanEnqueueConversation
|
||||||
path: Actions/DieAction.cs
|
path: Actions/DieAction.cs
|
||||||
startLine: 48
|
startLine: 48
|
||||||
|
@ -363,7 +363,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Actions/DieAction.cs
|
path: Actions/DieAction.cs
|
||||||
startLine: 53
|
startLine: 53
|
||||||
|
@ -408,7 +408,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: Actions/DieAction.cs
|
path: Actions/DieAction.cs
|
||||||
startLine: 86
|
startLine: 86
|
||||||
|
@ -446,7 +446,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: Actions/DieAction.cs
|
path: Actions/DieAction.cs
|
||||||
startLine: 91
|
startLine: 91
|
||||||
|
@ -485,7 +485,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/DieAction.cs
|
path: TinyLife/Actions/DieAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Enqueue
|
id: Enqueue
|
||||||
path: Actions/DieAction.cs
|
path: Actions/DieAction.cs
|
||||||
startLine: 103
|
startLine: 103
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Emote
|
id: Emote
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 14
|
startLine: 14
|
||||||
|
@ -68,7 +68,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AllCategories
|
id: AllCategories
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 19
|
startLine: 19
|
||||||
|
@ -105,7 +105,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Texture
|
id: Texture
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 55
|
startLine: 55
|
||||||
|
@ -140,7 +140,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Categories
|
id: Categories
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 59
|
startLine: 59
|
||||||
|
@ -175,7 +175,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 66
|
startLine: 66
|
||||||
|
@ -214,7 +214,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRandomEmote
|
id: GetRandomEmote
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 76
|
startLine: 76
|
||||||
|
@ -255,7 +255,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetEmotes
|
id: GetEmotes
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 85
|
startLine: 85
|
||||||
|
@ -296,7 +296,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 100
|
startLine: 100
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EmoteCategory
|
id: EmoteCategory
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 117
|
startLine: 117
|
||||||
|
@ -66,7 +66,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: General
|
id: General
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 123
|
startLine: 123
|
||||||
|
@ -100,7 +100,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Travel
|
id: Travel
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 127
|
startLine: 127
|
||||||
|
@ -134,7 +134,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Negative
|
id: Negative
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 131
|
startLine: 131
|
||||||
|
@ -168,7 +168,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Flirty
|
id: Flirty
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 135
|
startLine: 135
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Emote.cs
|
path: TinyLife/Actions/Emote.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Unable
|
id: Unable
|
||||||
path: Actions/Emote.cs
|
path: Actions/Emote.cs
|
||||||
startLine: 139
|
startLine: 139
|
||||||
|
|
|
@ -27,7 +27,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetAndSitDownAction
|
id: GetAndSitDownAction
|
||||||
path: Actions/GetAndSitDownAction.cs
|
path: Actions/GetAndSitDownAction.cs
|
||||||
startLine: 13
|
startLine: 13
|
||||||
|
@ -136,7 +136,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkItems
|
id: WorkItems
|
||||||
path: Actions/GetAndSitDownAction.cs
|
path: Actions/GetAndSitDownAction.cs
|
||||||
startLine: 19
|
startLine: 19
|
||||||
|
@ -175,7 +175,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ForceTable
|
id: ForceTable
|
||||||
path: Actions/GetAndSitDownAction.cs
|
path: Actions/GetAndSitDownAction.cs
|
||||||
startLine: 24
|
startLine: 24
|
||||||
|
@ -214,7 +214,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AllowStandingDesk
|
id: AllowStandingDesk
|
||||||
path: Actions/GetAndSitDownAction.cs
|
path: Actions/GetAndSitDownAction.cs
|
||||||
startLine: 28
|
startLine: 28
|
||||||
|
@ -253,7 +253,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/GetAndSitDownAction.cs
|
path: Actions/GetAndSitDownAction.cs
|
||||||
startLine: 31
|
startLine: 31
|
||||||
|
@ -292,7 +292,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: Actions/GetAndSitDownAction.cs
|
path: Actions/GetAndSitDownAction.cs
|
||||||
startLine: 35
|
startLine: 35
|
||||||
|
@ -330,7 +330,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: Actions/GetAndSitDownAction.cs
|
path: Actions/GetAndSitDownAction.cs
|
||||||
startLine: 92
|
startLine: 92
|
||||||
|
@ -365,7 +365,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: Actions/GetAndSitDownAction.cs
|
path: Actions/GetAndSitDownAction.cs
|
||||||
startLine: 105
|
startLine: 105
|
||||||
|
@ -410,7 +410,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIconObject
|
id: GetIconObject
|
||||||
path: Actions/GetAndSitDownAction.cs
|
path: Actions/GetAndSitDownAction.cs
|
||||||
startLine: 124
|
startLine: 124
|
||||||
|
@ -448,7 +448,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: Actions/GetAndSitDownAction.cs
|
path: Actions/GetAndSitDownAction.cs
|
||||||
startLine: 129
|
startLine: 129
|
||||||
|
@ -490,7 +490,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetInteractingItem
|
id: GetInteractingItem
|
||||||
path: Actions/GetAndSitDownAction.cs
|
path: Actions/GetAndSitDownAction.cs
|
||||||
startLine: 143
|
startLine: 143
|
||||||
|
@ -533,7 +533,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetInteractingItemForAction
|
id: GetInteractingItemForAction
|
||||||
path: Actions/GetAndSitDownAction.cs
|
path: Actions/GetAndSitDownAction.cs
|
||||||
startLine: 169
|
startLine: 169
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GoHereAction.cs
|
path: TinyLife/Actions/GoHereAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoHereAction
|
id: GoHereAction
|
||||||
path: Actions/GoHereAction.cs
|
path: Actions/GoHereAction.cs
|
||||||
startLine: 11
|
startLine: 11
|
||||||
|
@ -129,7 +129,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GoHereAction.cs
|
path: TinyLife/Actions/GoHereAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/GoHereAction.cs
|
path: Actions/GoHereAction.cs
|
||||||
startLine: 14
|
startLine: 14
|
||||||
|
@ -168,7 +168,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GoHereAction.cs
|
path: TinyLife/Actions/GoHereAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: Actions/GoHereAction.cs
|
path: Actions/GoHereAction.cs
|
||||||
startLine: 18
|
startLine: 18
|
||||||
|
@ -206,7 +206,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GoHereAction.cs
|
path: TinyLife/Actions/GoHereAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: Actions/GoHereAction.cs
|
path: Actions/GoHereAction.cs
|
||||||
startLine: 54
|
startLine: 54
|
||||||
|
@ -241,7 +241,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GoHereAction.cs
|
path: TinyLife/Actions/GoHereAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: Actions/GoHereAction.cs
|
path: Actions/GoHereAction.cs
|
||||||
startLine: 58
|
startLine: 58
|
||||||
|
@ -279,7 +279,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/GoHereAction.cs
|
path: TinyLife/Actions/GoHereAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCancel
|
id: CanCancel
|
||||||
path: Actions/GoHereAction.cs
|
path: Actions/GoHereAction.cs
|
||||||
startLine: 63
|
startLine: 63
|
||||||
|
|
|
@ -33,7 +33,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MultiAction
|
id: MultiAction
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 12
|
startLine: 12
|
||||||
|
@ -141,7 +141,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MainElapsedTime
|
id: MainElapsedTime
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
@ -190,7 +190,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Handler
|
id: Handler
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -235,7 +235,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 26
|
startLine: 26
|
||||||
|
@ -274,7 +274,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
@ -311,7 +311,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 43
|
startLine: 43
|
||||||
|
@ -345,7 +345,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 50
|
startLine: 50
|
||||||
|
@ -382,7 +382,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 60
|
startLine: 60
|
||||||
|
@ -426,7 +426,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 69
|
startLine: 69
|
||||||
|
@ -464,7 +464,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PreInitialize
|
id: PreInitialize
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 76
|
startLine: 76
|
||||||
|
@ -498,7 +498,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 80
|
startLine: 80
|
||||||
|
@ -545,7 +545,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 95
|
startLine: 95
|
||||||
|
@ -582,7 +582,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 103
|
startLine: 103
|
||||||
|
@ -622,7 +622,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 112
|
startLine: 112
|
||||||
|
@ -663,7 +663,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 119
|
startLine: 119
|
||||||
|
@ -705,7 +705,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCancel
|
id: CanCancel
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 124
|
startLine: 124
|
||||||
|
@ -747,7 +747,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetInProgressTime
|
id: GetInProgressTime
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 130
|
startLine: 130
|
||||||
|
@ -785,7 +785,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiAction.cs
|
path: TinyLife/Actions/MultiAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoToActionLocation
|
id: GoToActionLocation
|
||||||
path: Actions/MultiAction.cs
|
path: Actions/MultiAction.cs
|
||||||
startLine: 139
|
startLine: 139
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiActionHandler.cs
|
path: TinyLife/Actions/MultiActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MultiActionHandler
|
id: MultiActionHandler
|
||||||
path: Actions/MultiActionHandler.cs
|
path: Actions/MultiActionHandler.cs
|
||||||
startLine: 13
|
startLine: 13
|
||||||
|
@ -77,7 +77,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiActionHandler.cs
|
path: TinyLife/Actions/MultiActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Actions
|
id: Actions
|
||||||
path: Actions/MultiActionHandler.cs
|
path: Actions/MultiActionHandler.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -124,7 +124,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiActionHandler.cs
|
path: TinyLife/Actions/MultiActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: Actions/MultiActionHandler.cs
|
path: Actions/MultiActionHandler.cs
|
||||||
startLine: 29
|
startLine: 29
|
||||||
|
@ -163,7 +163,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiActionHandler.cs
|
path: TinyLife/Actions/MultiActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Actions/MultiActionHandler.cs
|
path: Actions/MultiActionHandler.cs
|
||||||
startLine: 56
|
startLine: 56
|
||||||
|
@ -205,7 +205,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiActionHandler.cs
|
path: TinyLife/Actions/MultiActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Actions/MultiActionHandler.cs
|
path: Actions/MultiActionHandler.cs
|
||||||
startLine: 77
|
startLine: 77
|
||||||
|
@ -244,7 +244,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiActionHandler.cs
|
path: TinyLife/Actions/MultiActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: Actions/MultiActionHandler.cs
|
path: Actions/MultiActionHandler.cs
|
||||||
startLine: 94
|
startLine: 94
|
||||||
|
@ -279,7 +279,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/MultiActionHandler.cs
|
path: TinyLife/Actions/MultiActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: Actions/MultiActionHandler.cs
|
path: Actions/MultiActionHandler.cs
|
||||||
startLine: 111
|
startLine: 111
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OutOfTownAction
|
id: OutOfTownAction
|
||||||
path: Actions/OutOfTownAction.cs
|
path: Actions/OutOfTownAction.cs
|
||||||
startLine: 15
|
startLine: 15
|
||||||
|
@ -135,7 +135,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NeedsToTakeCareOf
|
id: NeedsToTakeCareOf
|
||||||
path: Actions/OutOfTownAction.cs
|
path: Actions/OutOfTownAction.cs
|
||||||
startLine: 22
|
startLine: 22
|
||||||
|
@ -170,7 +170,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/OutOfTownAction.cs
|
path: Actions/OutOfTownAction.cs
|
||||||
startLine: 35
|
startLine: 35
|
||||||
|
@ -218,7 +218,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: Actions/OutOfTownAction.cs
|
path: Actions/OutOfTownAction.cs
|
||||||
startLine: 41
|
startLine: 41
|
||||||
|
@ -256,7 +256,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: Actions/OutOfTownAction.cs
|
path: Actions/OutOfTownAction.cs
|
||||||
startLine: 50
|
startLine: 50
|
||||||
|
@ -291,7 +291,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: Actions/OutOfTownAction.cs
|
path: Actions/OutOfTownAction.cs
|
||||||
startLine: 56
|
startLine: 56
|
||||||
|
@ -336,7 +336,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: Actions/OutOfTownAction.cs
|
path: Actions/OutOfTownAction.cs
|
||||||
startLine: 78
|
startLine: 78
|
||||||
|
@ -378,7 +378,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanEnqueueConversation
|
id: CanEnqueueConversation
|
||||||
path: Actions/OutOfTownAction.cs
|
path: Actions/OutOfTownAction.cs
|
||||||
startLine: 83
|
startLine: 83
|
||||||
|
@ -423,7 +423,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CausesExtremelyFastSpeed
|
id: CausesExtremelyFastSpeed
|
||||||
path: Actions/OutOfTownAction.cs
|
path: Actions/OutOfTownAction.cs
|
||||||
startLine: 88
|
startLine: 88
|
||||||
|
@ -461,7 +461,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/OutOfTownAction.cs
|
path: TinyLife/Actions/OutOfTownAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetClosestExitRoad
|
id: GetClosestExitRoad
|
||||||
path: Actions/OutOfTownAction.cs
|
path: Actions/OutOfTownAction.cs
|
||||||
startLine: 97
|
startLine: 97
|
||||||
|
|
|
@ -28,7 +28,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PathfindAction
|
id: PathfindAction
|
||||||
path: Actions/PathfindAction.cs
|
path: Actions/PathfindAction.cs
|
||||||
startLine: 16
|
startLine: 16
|
||||||
|
@ -129,7 +129,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeedMultiplier
|
id: SpeedMultiplier
|
||||||
path: Actions/PathfindAction.cs
|
path: Actions/PathfindAction.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -172,7 +172,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Path
|
id: Path
|
||||||
path: Actions/PathfindAction.cs
|
path: Actions/PathfindAction.cs
|
||||||
startLine: 29
|
startLine: 29
|
||||||
|
@ -209,7 +209,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PathReady
|
id: PathReady
|
||||||
path: Actions/PathfindAction.cs
|
path: Actions/PathfindAction.cs
|
||||||
startLine: 33
|
startLine: 33
|
||||||
|
@ -246,7 +246,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/PathfindAction.cs
|
path: Actions/PathfindAction.cs
|
||||||
startLine: 36
|
startLine: 36
|
||||||
|
@ -285,7 +285,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindPath
|
id: FindPath
|
||||||
path: Actions/PathfindAction.cs
|
path: Actions/PathfindAction.cs
|
||||||
startLine: 44
|
startLine: 44
|
||||||
|
@ -326,7 +326,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSpeed
|
id: GetSpeed
|
||||||
path: Actions/PathfindAction.cs
|
path: Actions/PathfindAction.cs
|
||||||
startLine: 50
|
startLine: 50
|
||||||
|
@ -363,7 +363,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnPathReady
|
id: OnPathReady
|
||||||
path: Actions/PathfindAction.cs
|
path: Actions/PathfindAction.cs
|
||||||
startLine: 56
|
startLine: 56
|
||||||
|
@ -397,7 +397,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: Actions/PathfindAction.cs
|
path: Actions/PathfindAction.cs
|
||||||
startLine: 60
|
startLine: 60
|
||||||
|
@ -432,7 +432,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Actions/PathfindAction.cs
|
path: Actions/PathfindAction.cs
|
||||||
startLine: 72
|
startLine: 72
|
||||||
|
@ -477,7 +477,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: Actions/PathfindAction.cs
|
path: Actions/PathfindAction.cs
|
||||||
startLine: 98
|
startLine: 98
|
||||||
|
@ -515,7 +515,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: Actions/PathfindAction.cs
|
path: Actions/PathfindAction.cs
|
||||||
startLine: 109
|
startLine: 109
|
||||||
|
@ -554,7 +554,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PathfindAction.cs
|
path: TinyLife/Actions/PathfindAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Actions/PathfindAction.cs
|
path: Actions/PathfindAction.cs
|
||||||
startLine: 120
|
startLine: 120
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PickUpOrSpawnAction
|
id: PickUpOrSpawnAction
|
||||||
path: Actions/PickUpOrSpawnAction.cs
|
path: Actions/PickUpOrSpawnAction.cs
|
||||||
startLine: 9
|
startLine: 9
|
||||||
|
@ -134,7 +134,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ItemCategory
|
id: ItemCategory
|
||||||
path: Actions/PickUpOrSpawnAction.cs
|
path: Actions/PickUpOrSpawnAction.cs
|
||||||
startLine: 14
|
startLine: 14
|
||||||
|
@ -173,7 +173,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ItemToSpawn
|
id: ItemToSpawn
|
||||||
path: Actions/PickUpOrSpawnAction.cs
|
path: Actions/PickUpOrSpawnAction.cs
|
||||||
startLine: 18
|
startLine: 18
|
||||||
|
@ -212,7 +212,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ColorsToSpawn
|
id: ColorsToSpawn
|
||||||
path: Actions/PickUpOrSpawnAction.cs
|
path: Actions/PickUpOrSpawnAction.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -251,7 +251,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/PickUpOrSpawnAction.cs
|
path: Actions/PickUpOrSpawnAction.cs
|
||||||
startLine: 26
|
startLine: 26
|
||||||
|
@ -290,7 +290,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: Actions/PickUpOrSpawnAction.cs
|
path: Actions/PickUpOrSpawnAction.cs
|
||||||
startLine: 30
|
startLine: 30
|
||||||
|
@ -328,7 +328,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
path: TinyLife/Actions/PickUpOrSpawnAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIconObject
|
id: GetIconObject
|
||||||
path: Actions/PickUpOrSpawnAction.cs
|
path: Actions/PickUpOrSpawnAction.cs
|
||||||
startLine: 44
|
startLine: 44
|
||||||
|
|
|
@ -5,6 +5,7 @@ items:
|
||||||
id: PutAwayAction
|
id: PutAwayAction
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
|
- TinyLife.Actions.PutAwayAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
- TinyLife.Actions.PutAwayAction.AndThenInitialize
|
- TinyLife.Actions.PutAwayAction.AndThenInitialize
|
||||||
- TinyLife.Actions.PutAwayAction.AndThenIsCompleted
|
- TinyLife.Actions.PutAwayAction.AndThenIsCompleted
|
||||||
- TinyLife.Actions.PutAwayAction.CreateFirstActions
|
- TinyLife.Actions.PutAwayAction.CreateFirstActions
|
||||||
|
@ -20,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PutAwayAction.cs
|
path: TinyLife/Actions/PutAwayAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PutAwayAction
|
id: PutAwayAction
|
||||||
path: Actions/PutAwayAction.cs
|
path: Actions/PutAwayAction.cs
|
||||||
startLine: 10
|
startLine: 10
|
||||||
|
@ -129,7 +130,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PutAwayAction.cs
|
path: TinyLife/Actions/PutAwayAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Items
|
id: Items
|
||||||
path: Actions/PutAwayAction.cs
|
path: Actions/PutAwayAction.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
@ -151,6 +152,45 @@ items:
|
||||||
- Public
|
- Public
|
||||||
- Shared
|
- Shared
|
||||||
- ReadOnly
|
- ReadOnly
|
||||||
|
- uid: TinyLife.Actions.PutAwayAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
|
commentId: M:TinyLife.Actions.PutAwayAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
|
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
|
||||||
|
parent: TinyLife.Actions.PutAwayAction
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: PutAwayAction(ActionType, ActionInfo)
|
||||||
|
nameWithType: PutAwayAction.PutAwayAction(ActionType, ActionInfo)
|
||||||
|
fullName: TinyLife.Actions.PutAwayAction.PutAwayAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||||
|
type: Constructor
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Actions/PutAwayAction.cs
|
||||||
|
branch: master
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: .ctor
|
||||||
|
path: Actions/PutAwayAction.cs
|
||||||
|
startLine: 23
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Actions
|
||||||
|
summary: "\nCreates a new action from the given <xref href=\"TinyLife.Actions.ActionType\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public PutAwayAction(ActionType type, ActionInfo info)
|
||||||
|
parameters:
|
||||||
|
- id: type
|
||||||
|
type: TinyLife.Actions.ActionType
|
||||||
|
description: The type to create this action from
|
||||||
|
- id: info
|
||||||
|
type: TinyLife.Actions.ActionInfo
|
||||||
|
description: The information for this action
|
||||||
|
content.vb: Public Sub New(type As ActionType, info As ActionInfo)
|
||||||
|
overload: TinyLife.Actions.PutAwayAction.#ctor*
|
||||||
|
modifiers.csharp:
|
||||||
|
- public
|
||||||
|
modifiers.vb:
|
||||||
|
- Public
|
||||||
- uid: TinyLife.Actions.PutAwayAction.CreateFirstActions
|
- uid: TinyLife.Actions.PutAwayAction.CreateFirstActions
|
||||||
commentId: M:TinyLife.Actions.PutAwayAction.CreateFirstActions
|
commentId: M:TinyLife.Actions.PutAwayAction.CreateFirstActions
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
|
@ -166,10 +206,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PutAwayAction.cs
|
path: TinyLife/Actions/PutAwayAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: Actions/PutAwayAction.cs
|
path: Actions/PutAwayAction.cs
|
||||||
startLine: 26
|
startLine: 27
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -204,10 +244,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PutAwayAction.cs
|
path: TinyLife/Actions/PutAwayAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: Actions/PutAwayAction.cs
|
path: Actions/PutAwayAction.cs
|
||||||
startLine: 56
|
startLine: 57
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -239,10 +279,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/PutAwayAction.cs
|
path: TinyLife/Actions/PutAwayAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: Actions/PutAwayAction.cs
|
path: Actions/PutAwayAction.cs
|
||||||
startLine: 61
|
startLine: 62
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3796,6 +3836,23 @@ references:
|
||||||
name: System.Collections.Generic
|
name: System.Collections.Generic
|
||||||
nameWithType: System.Collections.Generic
|
nameWithType: System.Collections.Generic
|
||||||
fullName: System.Collections.Generic
|
fullName: System.Collections.Generic
|
||||||
|
- uid: TinyLife.Actions.PutAwayAction.#ctor*
|
||||||
|
commentId: Overload:TinyLife.Actions.PutAwayAction.#ctor
|
||||||
|
name: PutAwayAction
|
||||||
|
nameWithType: PutAwayAction.PutAwayAction
|
||||||
|
fullName: TinyLife.Actions.PutAwayAction.PutAwayAction
|
||||||
|
- uid: TinyLife.Actions.ActionType
|
||||||
|
commentId: T:TinyLife.Actions.ActionType
|
||||||
|
parent: TinyLife.Actions
|
||||||
|
name: ActionType
|
||||||
|
nameWithType: ActionType
|
||||||
|
fullName: TinyLife.Actions.ActionType
|
||||||
|
- uid: TinyLife.Actions.ActionInfo
|
||||||
|
commentId: T:TinyLife.Actions.ActionInfo
|
||||||
|
parent: TinyLife.Actions
|
||||||
|
name: ActionInfo
|
||||||
|
nameWithType: ActionInfo
|
||||||
|
fullName: TinyLife.Actions.ActionInfo
|
||||||
- uid: TinyLife.Actions.MultiAction.CreateFirstActions
|
- uid: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||||
commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions
|
commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions
|
||||||
parent: TinyLife.Actions.MultiAction
|
parent: TinyLife.Actions.MultiAction
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SellAction.cs
|
path: TinyLife/Actions/SellAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SellAction
|
id: SellAction
|
||||||
path: Actions/SellAction.cs
|
path: Actions/SellAction.cs
|
||||||
startLine: 11
|
startLine: 11
|
||||||
|
@ -130,7 +130,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SellAction.cs
|
path: TinyLife/Actions/SellAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/SellAction.cs
|
path: Actions/SellAction.cs
|
||||||
startLine: 14
|
startLine: 14
|
||||||
|
@ -169,7 +169,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SellAction.cs
|
path: TinyLife/Actions/SellAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: Actions/SellAction.cs
|
path: Actions/SellAction.cs
|
||||||
startLine: 18
|
startLine: 18
|
||||||
|
@ -207,7 +207,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SellAction.cs
|
path: TinyLife/Actions/SellAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: Actions/SellAction.cs
|
path: Actions/SellAction.cs
|
||||||
startLine: 34
|
startLine: 34
|
||||||
|
@ -242,7 +242,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SellAction.cs
|
path: TinyLife/Actions/SellAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: Actions/SellAction.cs
|
path: Actions/SellAction.cs
|
||||||
startLine: 45
|
startLine: 45
|
||||||
|
@ -280,7 +280,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SellAction.cs
|
path: TinyLife/Actions/SellAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSoldObject
|
id: GetSoldObject
|
||||||
path: Actions/SellAction.cs
|
path: Actions/SellAction.cs
|
||||||
startLine: 56
|
startLine: 56
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SinkAction.cs
|
path: TinyLife/Actions/SinkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SinkAction
|
id: SinkAction
|
||||||
path: Actions/SinkAction.cs
|
path: Actions/SinkAction.cs
|
||||||
startLine: 13
|
startLine: 13
|
||||||
|
@ -131,7 +131,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SinkAction.cs
|
path: TinyLife/Actions/SinkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/SinkAction.cs
|
path: Actions/SinkAction.cs
|
||||||
startLine: 18
|
startLine: 18
|
||||||
|
@ -170,7 +170,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SinkAction.cs
|
path: TinyLife/Actions/SinkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: Actions/SinkAction.cs
|
path: Actions/SinkAction.cs
|
||||||
startLine: 22
|
startLine: 22
|
||||||
|
@ -208,7 +208,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SinkAction.cs
|
path: TinyLife/Actions/SinkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: Actions/SinkAction.cs
|
path: Actions/SinkAction.cs
|
||||||
startLine: 27
|
startLine: 27
|
||||||
|
@ -243,7 +243,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SinkAction.cs
|
path: TinyLife/Actions/SinkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: Actions/SinkAction.cs
|
path: Actions/SinkAction.cs
|
||||||
startLine: 31
|
startLine: 31
|
||||||
|
@ -288,7 +288,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SinkAction.cs
|
path: TinyLife/Actions/SinkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: Actions/SinkAction.cs
|
path: Actions/SinkAction.cs
|
||||||
startLine: 43
|
startLine: 43
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SitAction
|
id: SitAction
|
||||||
path: Actions/SitAction.cs
|
path: Actions/SitAction.cs
|
||||||
startLine: 14
|
startLine: 14
|
||||||
|
@ -129,7 +129,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/SitAction.cs
|
path: Actions/SitAction.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
@ -168,7 +168,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: Actions/SitAction.cs
|
path: Actions/SitAction.cs
|
||||||
startLine: 21
|
startLine: 21
|
||||||
|
@ -206,7 +206,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: Actions/SitAction.cs
|
path: Actions/SitAction.cs
|
||||||
startLine: 26
|
startLine: 26
|
||||||
|
@ -241,7 +241,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: Actions/SitAction.cs
|
path: Actions/SitAction.cs
|
||||||
startLine: 30
|
startLine: 30
|
||||||
|
@ -286,7 +286,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: Actions/SitAction.cs
|
path: Actions/SitAction.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
@ -324,7 +324,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SitAction.cs
|
path: TinyLife/Actions/SitAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: Actions/SitAction.cs
|
path: Actions/SitAction.cs
|
||||||
startLine: 50
|
startLine: 50
|
||||||
|
|
|
@ -38,7 +38,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SocialAction
|
id: SocialAction
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 14
|
startLine: 14
|
||||||
|
@ -135,7 +135,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsMain
|
id: IsMain
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -184,7 +184,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Partner
|
id: Partner
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 25
|
startLine: 25
|
||||||
|
@ -221,7 +221,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PartnerAction
|
id: PartnerAction
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 29
|
startLine: 29
|
||||||
|
@ -258,7 +258,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConversationTime
|
id: ConversationTime
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 34
|
startLine: 34
|
||||||
|
@ -307,7 +307,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Id
|
id: Id
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 40
|
startLine: 40
|
||||||
|
@ -354,7 +354,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PartnerCompletion
|
id: PartnerCompletion
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 46
|
startLine: 46
|
||||||
|
@ -387,7 +387,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 53
|
startLine: 53
|
||||||
|
@ -426,7 +426,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UpdateConversation
|
id: UpdateConversation
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 64
|
startLine: 64
|
||||||
|
@ -470,7 +470,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsConversationCompleted
|
id: IsConversationCompleted
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 74
|
startLine: 74
|
||||||
|
@ -507,7 +507,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InitializeConversation
|
id: InitializeConversation
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 83
|
startLine: 83
|
||||||
|
@ -541,7 +541,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetTimeWeWaitForPartner
|
id: GetTimeWeWaitForPartner
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 91
|
startLine: 91
|
||||||
|
@ -578,7 +578,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 98
|
startLine: 98
|
||||||
|
@ -613,7 +613,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 107
|
startLine: 107
|
||||||
|
@ -655,7 +655,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 113
|
startLine: 113
|
||||||
|
@ -700,7 +700,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 174
|
startLine: 174
|
||||||
|
@ -740,7 +740,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCancel
|
id: CanCancel
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 201
|
startLine: 201
|
||||||
|
@ -782,7 +782,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 208
|
startLine: 208
|
||||||
|
@ -821,7 +821,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 216
|
startLine: 216
|
||||||
|
@ -863,7 +863,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 227
|
startLine: 227
|
||||||
|
@ -901,7 +901,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetInProgressTime
|
id: GetInProgressTime
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 234
|
startLine: 234
|
||||||
|
@ -939,7 +939,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeakInConversation
|
id: SpeakInConversation
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 249
|
startLine: 249
|
||||||
|
@ -949,7 +949,7 @@ items:
|
||||||
summary: "\nHelper method to display emotes over each conversation partner in a back and forth fashion to make it seem like they are conversing\n"
|
summary: "\nHelper method to display emotes over each conversation partner in a back and forth fashion to make it seem like they are conversing\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: protected bool SpeakInConversation(GameTime time, GameSpeed speed, EmoteCategory emoteCategories, SpeakStyle speakStyles, EmoteCategory? partnerEmoteCategories = null, SpeakStyle? partnerSpeakStyles = null, int totalAmount = 2147483647)
|
content: protected bool SpeakInConversation(GameTime time, GameSpeed speed, EmoteCategory emoteCategories, SpeakStyle speakStyles, EmoteCategory? partnerEmoteCategories = default(EmoteCategory? ), SpeakStyle? partnerSpeakStyles = default(SpeakStyle? ), int totalAmount = 2147483647)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: Microsoft.Xna.Framework.GameTime
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
|
@ -999,7 +999,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/SocialAction.cs
|
path: TinyLife/Actions/SocialAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InvokeForBoth
|
id: InvokeForBoth
|
||||||
path: Actions/SocialAction.cs
|
path: Actions/SocialAction.cs
|
||||||
startLine: 264
|
startLine: 264
|
||||||
|
|
|
@ -16,7 +16,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EvaluationResult
|
id: EvaluationResult
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 376
|
startLine: 376
|
||||||
|
|
|
@ -41,7 +41,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TalkSettings
|
id: TalkSettings
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 104
|
startLine: 104
|
||||||
|
@ -97,7 +97,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FriendshipGain
|
id: FriendshipGain
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 110
|
startLine: 110
|
||||||
|
@ -130,7 +130,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoBadlyChance
|
id: GoBadlyChance
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 115
|
startLine: 115
|
||||||
|
@ -163,7 +163,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TalkMinutes
|
id: TalkMinutes
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 119
|
startLine: 119
|
||||||
|
@ -196,7 +196,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EmoteCategory
|
id: EmoteCategory
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 123
|
startLine: 123
|
||||||
|
@ -229,7 +229,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeakStyle
|
id: SpeakStyle
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 127
|
startLine: 127
|
||||||
|
@ -262,7 +262,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PartnerEmoteCategory
|
id: PartnerEmoteCategory
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 132
|
startLine: 132
|
||||||
|
@ -295,7 +295,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PartnerSpeakStyle
|
id: PartnerSpeakStyle
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 137
|
startLine: 137
|
||||||
|
@ -328,7 +328,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GainedSkill
|
id: GainedSkill
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 141
|
startLine: 141
|
||||||
|
@ -361,7 +361,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GainSkillOnFailure
|
id: GainSkillOnFailure
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 146
|
startLine: 146
|
||||||
|
@ -394,7 +394,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RestoredNeed
|
id: RestoredNeed
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 151
|
startLine: 151
|
||||||
|
@ -427,7 +427,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredEmotion
|
id: RequiredEmotion
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 156
|
startLine: 156
|
||||||
|
@ -460,7 +460,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredPersonality
|
id: RequiredPersonality
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 161
|
startLine: 161
|
||||||
|
@ -493,7 +493,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredSkill
|
id: RequiredSkill
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 167
|
startLine: 167
|
||||||
|
@ -526,7 +526,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredAges
|
id: RequiredAges
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 172
|
startLine: 172
|
||||||
|
@ -559,7 +559,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredPartnerAges
|
id: RequiredPartnerAges
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 177
|
startLine: 177
|
||||||
|
@ -592,7 +592,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecute
|
id: CanExecute
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 182
|
startLine: 182
|
||||||
|
@ -625,7 +625,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FailEmotion
|
id: FailEmotion
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 187
|
startLine: 187
|
||||||
|
@ -658,7 +658,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SuccessEmotion
|
id: SuccessEmotion
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 191
|
startLine: 191
|
||||||
|
@ -691,7 +691,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GainRomancePercentage
|
id: GainRomancePercentage
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 197
|
startLine: 197
|
||||||
|
@ -724,7 +724,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LoweredEmotion
|
id: LoweredEmotion
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 202
|
startLine: 202
|
||||||
|
@ -757,7 +757,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnSuccess
|
id: OnSuccess
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 206
|
startLine: 206
|
||||||
|
@ -790,7 +790,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnFailure
|
id: OnFailure
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 210
|
startLine: 210
|
||||||
|
@ -823,7 +823,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanDoRandomly
|
id: CanDoRandomly
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 215
|
startLine: 215
|
||||||
|
@ -856,7 +856,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CheckCanExecute
|
id: CheckCanExecute
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 224
|
startLine: 224
|
||||||
|
@ -898,7 +898,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Evaluate
|
id: Evaluate
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 237
|
startLine: 237
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TalkAction
|
id: TalkAction
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 16
|
startLine: 16
|
||||||
|
@ -137,7 +137,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnEvaluate
|
id: OnEvaluate
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 22
|
startLine: 22
|
||||||
|
@ -172,7 +172,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnTalkSuccess
|
id: OnTalkSuccess
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 27
|
startLine: 27
|
||||||
|
@ -207,7 +207,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnTalkFailure
|
id: OnTalkFailure
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 32
|
startLine: 32
|
||||||
|
@ -242,7 +242,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Settings
|
id: Settings
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
@ -279,7 +279,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 40
|
startLine: 40
|
||||||
|
@ -318,7 +318,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UpdateConversation
|
id: UpdateConversation
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 44
|
startLine: 44
|
||||||
|
@ -363,7 +363,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 55
|
startLine: 55
|
||||||
|
@ -402,7 +402,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsConversationCompleted
|
id: IsConversationCompleted
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 63
|
startLine: 63
|
||||||
|
@ -440,7 +440,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/TalkAction.cs
|
path: TinyLife/Actions/TalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Create
|
id: Create
|
||||||
path: Actions/TalkAction.cs
|
path: Actions/TalkAction.cs
|
||||||
startLine: 74
|
startLine: 74
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpawnItemInHandAction
|
id: SpawnItemInHandAction
|
||||||
path: Actions/Typeless/SpawnItemInHandAction.cs
|
path: Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
startLine: 11
|
startLine: 11
|
||||||
|
@ -109,7 +109,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ItemToSpawn
|
id: ItemToSpawn
|
||||||
path: Actions/Typeless/SpawnItemInHandAction.cs
|
path: Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
@ -152,7 +152,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ColorsToSpawn
|
id: ColorsToSpawn
|
||||||
path: Actions/Typeless/SpawnItemInHandAction.cs
|
path: Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -199,7 +199,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/Typeless/SpawnItemInHandAction.cs
|
path: Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
startLine: 26
|
startLine: 26
|
||||||
|
@ -240,7 +240,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: Actions/Typeless/SpawnItemInHandAction.cs
|
path: Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
startLine: 32
|
startLine: 32
|
||||||
|
@ -275,7 +275,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: Actions/Typeless/SpawnItemInHandAction.cs
|
path: Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
startLine: 36
|
startLine: 36
|
||||||
|
@ -313,7 +313,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Actions/Typeless/SpawnItemInHandAction.cs
|
path: Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
startLine: 41
|
startLine: 41
|
||||||
|
@ -358,7 +358,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: Actions/Typeless/SpawnItemInHandAction.cs
|
path: Actions/Typeless/SpawnItemInHandAction.cs
|
||||||
startLine: 47
|
startLine: 47
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TellPeopleToLeaveRoomAction
|
id: TellPeopleToLeaveRoomAction
|
||||||
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
startLine: 15
|
startLine: 15
|
||||||
|
@ -109,7 +109,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExcludedPeople
|
id: ExcludedPeople
|
||||||
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
startLine: 21
|
startLine: 21
|
||||||
|
@ -154,7 +154,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
startLine: 24
|
startLine: 24
|
||||||
|
@ -193,7 +193,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
startLine: 29
|
startLine: 29
|
||||||
|
@ -228,7 +228,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
startLine: 39
|
startLine: 39
|
||||||
|
@ -266,7 +266,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
startLine: 46
|
startLine: 46
|
||||||
|
@ -305,7 +305,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TryToLeaveRoom
|
id: TryToLeaveRoom
|
||||||
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
|
||||||
startLine: 71
|
startLine: 71
|
||||||
|
|
|
@ -50,7 +50,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TypelessAction
|
id: TypelessAction
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 25
|
startLine: 25
|
||||||
|
@ -121,7 +121,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Random
|
id: Random
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 32
|
startLine: 32
|
||||||
|
@ -158,7 +158,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Info
|
id: Info
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 38
|
startLine: 38
|
||||||
|
@ -203,7 +203,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StartedAutomatically
|
id: StartedAutomatically
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 43
|
startLine: 43
|
||||||
|
@ -250,7 +250,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsUnderlying
|
id: IsUnderlying
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 48
|
startLine: 48
|
||||||
|
@ -287,7 +287,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Map
|
id: Map
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 52
|
startLine: 52
|
||||||
|
@ -324,7 +324,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 56
|
startLine: 56
|
||||||
|
@ -361,7 +361,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ElapsedTime
|
id: ElapsedTime
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 60
|
startLine: 60
|
||||||
|
@ -410,7 +410,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PlayerPromptOpen
|
id: PlayerPromptOpen
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 66
|
startLine: 66
|
||||||
|
@ -447,7 +447,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ForceFail
|
id: ForceFail
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 72
|
startLine: 72
|
||||||
|
@ -480,7 +480,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 81
|
startLine: 81
|
||||||
|
@ -516,7 +516,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 89
|
startLine: 89
|
||||||
|
@ -550,7 +550,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 98
|
startLine: 98
|
||||||
|
@ -594,7 +594,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 108
|
startLine: 108
|
||||||
|
@ -631,7 +631,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 117
|
startLine: 117
|
||||||
|
@ -669,7 +669,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 127
|
startLine: 127
|
||||||
|
@ -710,7 +710,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsFullyInProgress
|
id: IsFullyInProgress
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 138
|
startLine: 138
|
||||||
|
@ -747,7 +747,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetInProgressTime
|
id: GetInProgressTime
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 148
|
startLine: 148
|
||||||
|
@ -784,7 +784,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CompleteIfNeedFull
|
id: CompleteIfNeedFull
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 158
|
startLine: 158
|
||||||
|
@ -826,7 +826,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PutDownOrGoTo
|
id: PutDownOrGoTo
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 169
|
startLine: 169
|
||||||
|
@ -871,7 +871,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPlaceDirection
|
id: GetPlaceDirection
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 196
|
startLine: 196
|
||||||
|
@ -910,7 +910,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sit
|
id: Sit
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 212
|
startLine: 212
|
||||||
|
@ -955,7 +955,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CompleteInTime
|
id: CompleteInTime
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 232
|
startLine: 232
|
||||||
|
@ -1006,7 +1006,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OpenPlayerPrompt
|
id: OpenPlayerPrompt
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 251
|
startLine: 251
|
||||||
|
@ -1063,7 +1063,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OpenYesNoPrompt
|
id: OpenYesNoPrompt
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 287
|
startLine: 287
|
||||||
|
@ -1105,7 +1105,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OpenTextPrompt
|
id: OpenTextPrompt
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 314
|
startLine: 314
|
||||||
|
@ -1156,7 +1156,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeakAlone
|
id: SpeakAlone
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 332
|
startLine: 332
|
||||||
|
@ -1207,7 +1207,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeChair
|
id: GetFreeChair
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 369
|
startLine: 369
|
||||||
|
@ -1251,7 +1251,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeChairs
|
id: GetFreeChairs
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 386
|
startLine: 386
|
||||||
|
@ -1301,7 +1301,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindAllFreePeople
|
id: FindAllFreePeople
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 412
|
startLine: 412
|
||||||
|
@ -1311,7 +1311,7 @@ items:
|
||||||
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static IEnumerable<Person> FindAllFreePeople(ActionType type, Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
|
content: public static IEnumerable<Person> FindAllFreePeople(ActionType type, Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false)
|
||||||
parameters:
|
parameters:
|
||||||
- id: type
|
- id: type
|
||||||
type: TinyLife.Actions.ActionType
|
type: TinyLife.Actions.ActionType
|
||||||
|
@ -1357,7 +1357,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindAllFreeFurniture
|
id: FindAllFreeFurniture
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 437
|
startLine: 437
|
||||||
|
@ -1367,7 +1367,7 @@ items:
|
||||||
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static IEnumerable<Furniture> FindAllFreeFurniture(Person person, ObjectCategory categories = null, FurnitureType objectSpotType = null, bool needsFreeActionSpot = true, Vector2? position = null, float? radius = null, bool allowBroken = false, bool ignoreVisibility = false)
|
content: public static IEnumerable<Furniture> FindAllFreeFurniture(Person person, ObjectCategory categories = null, FurnitureType objectSpotType = null, bool needsFreeActionSpot = true, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool allowBroken = false, bool ignoreVisibility = false)
|
||||||
parameters:
|
parameters:
|
||||||
- id: person
|
- id: person
|
||||||
type: TinyLife.Objects.Person
|
type: TinyLife.Objects.Person
|
||||||
|
@ -1422,7 +1422,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindAllFreeWalls
|
id: FindAllFreeWalls
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 455
|
startLine: 455
|
||||||
|
@ -1432,7 +1432,7 @@ items:
|
||||||
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.World.Wall\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.World.Wall\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static IEnumerable<Wall> FindAllFreeWalls(Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
|
content: public static IEnumerable<Wall> FindAllFreeWalls(Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false)
|
||||||
parameters:
|
parameters:
|
||||||
- id: person
|
- id: person
|
||||||
type: TinyLife.Objects.Person
|
type: TinyLife.Objects.Person
|
||||||
|
@ -1475,7 +1475,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindAllFreeGround
|
id: FindAllFreeGround
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 470
|
startLine: 470
|
||||||
|
@ -1485,7 +1485,7 @@ items:
|
||||||
summary: "\nA helper method to find a set of all positions on the ground that are currently valid for interaction\n"
|
summary: "\nA helper method to find a set of all positions on the ground that are currently valid for interaction\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static IEnumerable<Point> FindAllFreeGround(Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
|
content: public static IEnumerable<Point> FindAllFreeGround(Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false)
|
||||||
parameters:
|
parameters:
|
||||||
- id: person
|
- id: person
|
||||||
type: TinyLife.Objects.Person
|
type: TinyLife.Objects.Person
|
||||||
|
@ -1528,7 +1528,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindFreeFurniture
|
id: FindFreeFurniture
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 488
|
startLine: 488
|
||||||
|
@ -1538,7 +1538,7 @@ items:
|
||||||
summary: "\nA helper method to find the best <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instance to interact with based on the given data.\nNote that this method always returns a <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> related to the first result from <xref href=\"TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person%2cTinyLife.Objects.ObjectCategory%2cTinyLife.Objects.FurnitureType%2cSystem.Boolean%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Nullable%7bSystem.Single%7d%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
summary: "\nA helper method to find the best <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instance to interact with based on the given data.\nNote that this method always returns a <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> related to the first result from <xref href=\"TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person%2cTinyLife.Objects.ObjectCategory%2cTinyLife.Objects.FurnitureType%2cSystem.Boolean%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Nullable%7bSystem.Single%7d%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static ActionInfo FindFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, Vector2? position = null, bool allowBroken = false, bool ignoreVisibility = false)
|
content: public static ActionInfo FindFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, Vector2? position = default(Vector2? ), bool allowBroken = false, bool ignoreVisibility = false)
|
||||||
parameters:
|
parameters:
|
||||||
- id: person
|
- id: person
|
||||||
type: TinyLife.Objects.Person
|
type: TinyLife.Objects.Person
|
||||||
|
@ -1587,7 +1587,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
path: TinyLife/Actions/Typeless/TypelessAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetTableSpot
|
id: GetTableSpot
|
||||||
path: Actions/Typeless/TypelessAction.cs
|
path: Actions/Typeless/TypelessAction.cs
|
||||||
startLine: 500
|
startLine: 500
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UnderlyingActionHandler
|
id: UnderlyingActionHandler
|
||||||
path: Actions/UnderlyingActionHandler.cs
|
path: Actions/UnderlyingActionHandler.cs
|
||||||
startLine: 13
|
startLine: 13
|
||||||
|
@ -77,7 +77,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Action
|
id: Action
|
||||||
path: Actions/UnderlyingActionHandler.cs
|
path: Actions/UnderlyingActionHandler.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -128,7 +128,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: Actions/UnderlyingActionHandler.cs
|
path: Actions/UnderlyingActionHandler.cs
|
||||||
startLine: 32
|
startLine: 32
|
||||||
|
@ -175,7 +175,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InitializeExact
|
id: InitializeExact
|
||||||
path: Actions/UnderlyingActionHandler.cs
|
path: Actions/UnderlyingActionHandler.cs
|
||||||
startLine: 45
|
startLine: 45
|
||||||
|
@ -214,7 +214,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Actions/UnderlyingActionHandler.cs
|
path: Actions/UnderlyingActionHandler.cs
|
||||||
startLine: 63
|
startLine: 63
|
||||||
|
@ -256,7 +256,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Actions/UnderlyingActionHandler.cs
|
path: Actions/UnderlyingActionHandler.cs
|
||||||
startLine: 78
|
startLine: 78
|
||||||
|
@ -292,7 +292,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
path: TinyLife/Actions/UnderlyingActionHandler.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: Actions/UnderlyingActionHandler.cs
|
path: Actions/UnderlyingActionHandler.cs
|
||||||
startLine: 92
|
startLine: 92
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WalkAction.cs
|
path: TinyLife/Actions/WalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WalkAction
|
id: WalkAction
|
||||||
path: Actions/WalkAction.cs
|
path: Actions/WalkAction.cs
|
||||||
startLine: 11
|
startLine: 11
|
||||||
|
@ -127,7 +127,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WalkAction.cs
|
path: TinyLife/Actions/WalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrainEnergy
|
id: DrainEnergy
|
||||||
path: Actions/WalkAction.cs
|
path: Actions/WalkAction.cs
|
||||||
startLine: 18
|
startLine: 18
|
||||||
|
@ -170,7 +170,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WalkAction.cs
|
path: TinyLife/Actions/WalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/WalkAction.cs
|
path: Actions/WalkAction.cs
|
||||||
startLine: 21
|
startLine: 21
|
||||||
|
@ -209,7 +209,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WalkAction.cs
|
path: TinyLife/Actions/WalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindPath
|
id: FindPath
|
||||||
path: Actions/WalkAction.cs
|
path: Actions/WalkAction.cs
|
||||||
startLine: 25
|
startLine: 25
|
||||||
|
@ -251,7 +251,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WalkAction.cs
|
path: TinyLife/Actions/WalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSpeed
|
id: GetSpeed
|
||||||
path: Actions/WalkAction.cs
|
path: Actions/WalkAction.cs
|
||||||
startLine: 30
|
startLine: 30
|
||||||
|
@ -289,7 +289,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WalkAction.cs
|
path: TinyLife/Actions/WalkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Actions/WalkAction.cs
|
path: Actions/WalkAction.cs
|
||||||
startLine: 35
|
startLine: 35
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Channel
|
id: Channel
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 189
|
startLine: 189
|
||||||
|
@ -57,7 +57,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Comedy
|
id: Comedy
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 194
|
startLine: 194
|
||||||
|
@ -91,7 +91,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Cooking
|
id: Cooking
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 198
|
startLine: 198
|
||||||
|
@ -125,7 +125,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Romance
|
id: Romance
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 202
|
startLine: 202
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Drama
|
id: Drama
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 206
|
startLine: 206
|
||||||
|
@ -193,7 +193,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: News
|
id: News
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 210
|
startLine: 210
|
||||||
|
@ -227,7 +227,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Cartoons
|
id: Cartoons
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 214
|
startLine: 214
|
||||||
|
|
|
@ -27,7 +27,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WatchTvAction
|
id: WatchTvAction
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -132,7 +132,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 32
|
startLine: 32
|
||||||
|
@ -170,7 +170,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
@ -208,7 +208,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 65
|
startLine: 65
|
||||||
|
@ -243,7 +243,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 72
|
startLine: 72
|
||||||
|
@ -288,7 +288,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 95
|
startLine: 95
|
||||||
|
@ -326,7 +326,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 104
|
startLine: 104
|
||||||
|
@ -368,7 +368,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsFullyInProgress
|
id: IsFullyInProgress
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 114
|
startLine: 114
|
||||||
|
@ -406,7 +406,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 119
|
startLine: 119
|
||||||
|
@ -445,7 +445,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetViewingArea
|
id: GetViewingArea
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 154
|
startLine: 154
|
||||||
|
@ -489,7 +489,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSeating
|
id: GetSeating
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 167
|
startLine: 167
|
||||||
|
@ -536,7 +536,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
path: TinyLife/Actions/WatchTvAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetViewers
|
id: GetViewers
|
||||||
path: Actions/WatchTvAction.cs
|
path: Actions/WatchTvAction.cs
|
||||||
startLine: 181
|
startLine: 181
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAction.cs
|
path: TinyLife/Actions/WorkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkAction
|
id: WorkAction
|
||||||
path: Actions/WorkAction.cs
|
path: Actions/WorkAction.cs
|
||||||
startLine: 7
|
startLine: 7
|
||||||
|
@ -132,7 +132,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAction.cs
|
path: TinyLife/Actions/WorkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/WorkAction.cs
|
path: Actions/WorkAction.cs
|
||||||
startLine: 10
|
startLine: 10
|
||||||
|
@ -168,7 +168,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAction.cs
|
path: TinyLife/Actions/WorkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: Actions/WorkAction.cs
|
path: Actions/WorkAction.cs
|
||||||
startLine: 15
|
startLine: 15
|
||||||
|
@ -203,7 +203,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAction.cs
|
path: TinyLife/Actions/WorkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: Actions/WorkAction.cs
|
path: Actions/WorkAction.cs
|
||||||
startLine: 21
|
startLine: 21
|
||||||
|
@ -241,7 +241,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAction.cs
|
path: TinyLife/Actions/WorkAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: Actions/WorkAction.cs
|
path: Actions/WorkAction.cs
|
||||||
startLine: 28
|
startLine: 28
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkAtDeskObjectAction
|
id: WorkAtDeskObjectAction
|
||||||
path: Actions/WorkAtDeskObjectAction.cs
|
path: Actions/WorkAtDeskObjectAction.cs
|
||||||
startLine: 13
|
startLine: 13
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Actions/WorkAtDeskObjectAction.cs
|
path: Actions/WorkAtDeskObjectAction.cs
|
||||||
startLine: 16
|
startLine: 16
|
||||||
|
@ -172,7 +172,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: Actions/WorkAtDeskObjectAction.cs
|
path: Actions/WorkAtDeskObjectAction.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -210,7 +210,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: Actions/WorkAtDeskObjectAction.cs
|
path: Actions/WorkAtDeskObjectAction.cs
|
||||||
startLine: 39
|
startLine: 39
|
||||||
|
@ -255,7 +255,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: Actions/WorkAtDeskObjectAction.cs
|
path: Actions/WorkAtDeskObjectAction.cs
|
||||||
startLine: 51
|
startLine: 51
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Instance
|
id: Instance
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 218
|
startLine: 218
|
||||||
|
@ -78,7 +78,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 225
|
startLine: 225
|
||||||
|
@ -123,7 +123,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Amount
|
id: Amount
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 230
|
startLine: 230
|
||||||
|
@ -168,7 +168,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TotalTime
|
id: TotalTime
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 235
|
startLine: 235
|
||||||
|
@ -213,7 +213,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Time
|
id: Time
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 239
|
startLine: 239
|
||||||
|
@ -260,7 +260,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 248
|
startLine: 248
|
||||||
|
@ -302,7 +302,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassTime
|
id: PassTime
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 260
|
startLine: 260
|
||||||
|
@ -338,7 +338,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 274
|
startLine: 274
|
||||||
|
|
|
@ -119,7 +119,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EmotionModifier
|
id: EmotionModifier
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 22
|
startLine: 22
|
||||||
|
@ -170,7 +170,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 29
|
startLine: 29
|
||||||
|
@ -207,7 +207,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Asleep
|
id: Asleep
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 33
|
startLine: 33
|
||||||
|
@ -242,7 +242,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PeedSelf
|
id: PeedSelf
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 34
|
startLine: 34
|
||||||
|
@ -277,7 +277,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassedOut
|
id: PassedOut
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 35
|
startLine: 35
|
||||||
|
@ -312,7 +312,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ReadBook
|
id: ReadBook
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 36
|
startLine: 36
|
||||||
|
@ -347,7 +347,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FailedJoke
|
id: FailedJoke
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
@ -382,7 +382,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DirtyDishes
|
id: DirtyDishes
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 38
|
startLine: 38
|
||||||
|
@ -417,7 +417,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BadCreation
|
id: BadCreation
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 39
|
startLine: 39
|
||||||
|
@ -452,7 +452,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BadCreationAngry
|
id: BadCreationAngry
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 40
|
startLine: 40
|
||||||
|
@ -487,7 +487,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PerfectCreation
|
id: PerfectCreation
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 41
|
startLine: 41
|
||||||
|
@ -522,7 +522,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FriendDied
|
id: FriendDied
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 42
|
startLine: 42
|
||||||
|
@ -557,7 +557,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SleptOutside
|
id: SleptOutside
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 43
|
startLine: 43
|
||||||
|
@ -592,7 +592,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DirtyConversationPartner
|
id: DirtyConversationPartner
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 44
|
startLine: 44
|
||||||
|
@ -627,7 +627,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CaughtBeingInappropriate
|
id: CaughtBeingInappropriate
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 45
|
startLine: 45
|
||||||
|
@ -662,7 +662,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BoringWork
|
id: BoringWork
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 46
|
startLine: 46
|
||||||
|
@ -697,7 +697,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SawSomethingPersonal
|
id: SawSomethingPersonal
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 47
|
startLine: 47
|
||||||
|
@ -732,7 +732,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoodFood
|
id: GoodFood
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 48
|
startLine: 48
|
||||||
|
@ -767,7 +767,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PleasantInteraction
|
id: PleasantInteraction
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 49
|
startLine: 49
|
||||||
|
@ -802,7 +802,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LovelyInteraction
|
id: LovelyInteraction
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 50
|
startLine: 50
|
||||||
|
@ -837,7 +837,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FailedRomance
|
id: FailedRomance
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 51
|
startLine: 51
|
||||||
|
@ -872,7 +872,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StartedDating
|
id: StartedDating
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 52
|
startLine: 52
|
||||||
|
@ -907,7 +907,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BrokenUpWith
|
id: BrokenUpWith
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 53
|
startLine: 53
|
||||||
|
@ -942,7 +942,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Promoted
|
id: Promoted
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 54
|
startLine: 54
|
||||||
|
@ -977,7 +977,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Demoted
|
id: Demoted
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 55
|
startLine: 55
|
||||||
|
@ -1012,7 +1012,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fired
|
id: Fired
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 56
|
startLine: 56
|
||||||
|
@ -1047,7 +1047,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BadFood
|
id: BadFood
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 57
|
startLine: 57
|
||||||
|
@ -1082,7 +1082,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FunFoolingAround
|
id: FunFoolingAround
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 58
|
startLine: 58
|
||||||
|
@ -1117,7 +1117,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FinishedMod
|
id: FinishedMod
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 59
|
startLine: 59
|
||||||
|
@ -1152,7 +1152,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HackingFail
|
id: HackingFail
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 60
|
startLine: 60
|
||||||
|
@ -1187,7 +1187,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PositiveGauge
|
id: PositiveGauge
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 61
|
startLine: 61
|
||||||
|
@ -1222,7 +1222,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NegativeGauge
|
id: NegativeGauge
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 62
|
startLine: 62
|
||||||
|
@ -1257,7 +1257,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MeanConversationPartner
|
id: MeanConversationPartner
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 63
|
startLine: 63
|
||||||
|
@ -1292,7 +1292,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RepairFail
|
id: RepairFail
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 64
|
startLine: 64
|
||||||
|
@ -1327,7 +1327,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FoolAroundFail
|
id: FoolAroundFail
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 65
|
startLine: 65
|
||||||
|
@ -1362,7 +1362,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WritersBlock
|
id: WritersBlock
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 66
|
startLine: 66
|
||||||
|
@ -1397,7 +1397,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FinishedBook
|
id: FinishedBook
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 67
|
startLine: 67
|
||||||
|
@ -1432,7 +1432,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ScrappedBook
|
id: ScrappedBook
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 68
|
startLine: 68
|
||||||
|
@ -1467,7 +1467,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SuccessfullyPublished
|
id: SuccessfullyPublished
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 69
|
startLine: 69
|
||||||
|
@ -1502,7 +1502,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FailedPublishing
|
id: FailedPublishing
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 70
|
startLine: 70
|
||||||
|
@ -1537,7 +1537,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InspiringIdeas
|
id: InspiringIdeas
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 71
|
startLine: 71
|
||||||
|
@ -1572,7 +1572,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreativelyInspired
|
id: CreativelyInspired
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 72
|
startLine: 72
|
||||||
|
@ -1607,7 +1607,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StrokeOfGenius
|
id: StrokeOfGenius
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 73
|
startLine: 73
|
||||||
|
@ -1642,7 +1642,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IntrovertedOverstimulated
|
id: IntrovertedOverstimulated
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 74
|
startLine: 74
|
||||||
|
@ -1677,7 +1677,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InspiredByPride
|
id: InspiredByPride
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 75
|
startLine: 75
|
||||||
|
@ -1712,7 +1712,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TvInspiredToCook
|
id: TvInspiredToCook
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 76
|
startLine: 76
|
||||||
|
@ -1747,7 +1747,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TvSaddenedByNews
|
id: TvSaddenedByNews
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 77
|
startLine: 77
|
||||||
|
@ -1782,7 +1782,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TvExcitedByNews
|
id: TvExcitedByNews
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 78
|
startLine: 78
|
||||||
|
@ -1817,7 +1817,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TvRomantic
|
id: TvRomantic
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 79
|
startLine: 79
|
||||||
|
@ -1852,7 +1852,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoodWalkthrough
|
id: GoodWalkthrough
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 80
|
startLine: 80
|
||||||
|
@ -1887,7 +1887,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BoringWalkthrough
|
id: BoringWalkthrough
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 81
|
startLine: 81
|
||||||
|
@ -1922,7 +1922,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BadTeammates
|
id: BadTeammates
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 82
|
startLine: 82
|
||||||
|
@ -1957,7 +1957,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RageQuit
|
id: RageQuit
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 83
|
startLine: 83
|
||||||
|
@ -1992,7 +1992,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WonTournament
|
id: WonTournament
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 84
|
startLine: 84
|
||||||
|
@ -2027,7 +2027,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LostTournament
|
id: LostTournament
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 85
|
startLine: 85
|
||||||
|
@ -2062,7 +2062,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AsexualFoolingPartner
|
id: AsexualFoolingPartner
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 86
|
startLine: 86
|
||||||
|
@ -2097,7 +2097,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AsexualFoolingDeclined
|
id: AsexualFoolingDeclined
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 87
|
startLine: 87
|
||||||
|
@ -2132,7 +2132,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FoolingDeclined
|
id: FoolingDeclined
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 88
|
startLine: 88
|
||||||
|
@ -2167,7 +2167,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EnergizingJog
|
id: EnergizingJog
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 89
|
startLine: 89
|
||||||
|
@ -2202,7 +2202,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EnergizingDumbbells
|
id: EnergizingDumbbells
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 90
|
startLine: 90
|
||||||
|
@ -2237,7 +2237,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PulledMuscle
|
id: PulledMuscle
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 91
|
startLine: 91
|
||||||
|
@ -2272,7 +2272,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StandingDeskPositive
|
id: StandingDeskPositive
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 92
|
startLine: 92
|
||||||
|
@ -2307,7 +2307,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StandingDeskSore
|
id: StandingDeskSore
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 93
|
startLine: 93
|
||||||
|
@ -2342,7 +2342,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FitnessLevelUp
|
id: FitnessLevelUp
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 94
|
startLine: 94
|
||||||
|
@ -2377,7 +2377,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LazyWorkout
|
id: LazyWorkout
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 95
|
startLine: 95
|
||||||
|
@ -2412,7 +2412,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProteinShakeEnergetic
|
id: ProteinShakeEnergetic
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 96
|
startLine: 96
|
||||||
|
@ -2447,7 +2447,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProteinShakeFrisky
|
id: ProteinShakeFrisky
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 97
|
startLine: 97
|
||||||
|
@ -2482,7 +2482,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProteinShakeFocused
|
id: ProteinShakeFocused
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 98
|
startLine: 98
|
||||||
|
@ -2517,7 +2517,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProteinShakeFine
|
id: ProteinShakeFine
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 99
|
startLine: 99
|
||||||
|
@ -2552,7 +2552,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooMuchProtein
|
id: TooMuchProtein
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 100
|
startLine: 100
|
||||||
|
@ -2587,7 +2587,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProteinShakeFriskyAsexual
|
id: ProteinShakeFriskyAsexual
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 101
|
startLine: 101
|
||||||
|
@ -2622,7 +2622,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DirtyHandsAfterToilet
|
id: DirtyHandsAfterToilet
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 102
|
startLine: 102
|
||||||
|
@ -2657,7 +2657,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DarkRoom
|
id: DarkRoom
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 103
|
startLine: 103
|
||||||
|
@ -2692,7 +2692,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ThrewAwayInsteadOfCleaning
|
id: ThrewAwayInsteadOfCleaning
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 104
|
startLine: 104
|
||||||
|
@ -2727,7 +2727,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IntrovertedCloseConversation
|
id: IntrovertedCloseConversation
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 105
|
startLine: 105
|
||||||
|
@ -2762,7 +2762,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IntrovertedStrangerDanger
|
id: IntrovertedStrangerDanger
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 106
|
startLine: 106
|
||||||
|
@ -2797,7 +2797,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IntrovertedHomeLong
|
id: IntrovertedHomeLong
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 107
|
startLine: 107
|
||||||
|
@ -2832,7 +2832,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExtrovertedNewRelationship
|
id: ExtrovertedNewRelationship
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 108
|
startLine: 108
|
||||||
|
@ -2867,7 +2867,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExtrovertedConfusedByIntroversion
|
id: ExtrovertedConfusedByIntroversion
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 109
|
startLine: 109
|
||||||
|
@ -2902,7 +2902,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DirtyObject
|
id: DirtyObject
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 110
|
startLine: 110
|
||||||
|
@ -2937,7 +2937,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UncomfortableCraftedFurniture
|
id: UncomfortableCraftedFurniture
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 111
|
startLine: 111
|
||||||
|
@ -2972,7 +2972,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AmazingCraftedFurniture
|
id: AmazingCraftedFurniture
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 112
|
startLine: 112
|
||||||
|
@ -3007,7 +3007,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SelfCraftedFurniture
|
id: SelfCraftedFurniture
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 113
|
startLine: 113
|
||||||
|
@ -3042,7 +3042,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WoodworkingSplinter
|
id: WoodworkingSplinter
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 114
|
startLine: 114
|
||||||
|
@ -3077,7 +3077,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ScrappedSomeonesProject
|
id: ScrappedSomeonesProject
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 115
|
startLine: 115
|
||||||
|
@ -3112,7 +3112,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RoughSchoolDay
|
id: RoughSchoolDay
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 116
|
startLine: 116
|
||||||
|
@ -3147,7 +3147,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FunSchoolDay
|
id: FunSchoolDay
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 117
|
startLine: 117
|
||||||
|
@ -3182,7 +3182,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TerribleAtSchool
|
id: TerribleAtSchool
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 118
|
startLine: 118
|
||||||
|
@ -3217,7 +3217,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GradesDown
|
id: GradesDown
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 119
|
startLine: 119
|
||||||
|
@ -3252,7 +3252,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GradesUp
|
id: GradesUp
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 120
|
startLine: 120
|
||||||
|
@ -3287,7 +3287,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BoringHomework
|
id: BoringHomework
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 121
|
startLine: 121
|
||||||
|
@ -3322,7 +3322,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ForgotHomework
|
id: ForgotHomework
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 122
|
startLine: 122
|
||||||
|
@ -3357,7 +3357,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InterestingStory
|
id: InterestingStory
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 123
|
startLine: 123
|
||||||
|
@ -3392,7 +3392,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FunnyCartoons
|
id: FunnyCartoons
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 124
|
startLine: 124
|
||||||
|
@ -3427,7 +3427,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FunPlaying
|
id: FunPlaying
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 125
|
startLine: 125
|
||||||
|
@ -3462,7 +3462,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InspiringPlaying
|
id: InspiringPlaying
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 126
|
startLine: 126
|
||||||
|
@ -3497,7 +3497,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PsychedUp
|
id: PsychedUp
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 127
|
startLine: 127
|
||||||
|
@ -3532,7 +3532,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 149
|
startLine: 149
|
||||||
|
@ -3567,7 +3567,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 153
|
startLine: 153
|
||||||
|
@ -3602,7 +3602,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Emotion
|
id: Emotion
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 158
|
startLine: 158
|
||||||
|
@ -3637,7 +3637,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Condition
|
id: Condition
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 164
|
startLine: 164
|
||||||
|
@ -3672,7 +3672,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 173
|
startLine: 173
|
||||||
|
@ -3720,7 +3720,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCausedEmotion
|
id: GetCausedEmotion
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 186
|
startLine: 186
|
||||||
|
@ -3759,7 +3759,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionModifier.cs
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: Emotions/EmotionModifier.cs
|
path: Emotions/EmotionModifier.cs
|
||||||
startLine: 201
|
startLine: 201
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TypeCategory
|
id: TypeCategory
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 90
|
startLine: 90
|
||||||
|
@ -54,7 +54,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Negative
|
id: Negative
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 95
|
startLine: 95
|
||||||
|
@ -88,7 +88,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Positive
|
id: Positive
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 99
|
startLine: 99
|
||||||
|
@ -122,7 +122,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Neutral
|
id: Neutral
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 103
|
startLine: 103
|
||||||
|
|
|
@ -36,7 +36,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EmotionType
|
id: EmotionType
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
@ -87,7 +87,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 24
|
startLine: 24
|
||||||
|
@ -124,7 +124,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fine
|
id: Fine
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 27
|
startLine: 27
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Uncomfortable
|
id: Uncomfortable
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 28
|
startLine: 28
|
||||||
|
@ -194,7 +194,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Asleep
|
id: Asleep
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 29
|
startLine: 29
|
||||||
|
@ -229,7 +229,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Happy
|
id: Happy
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 30
|
startLine: 30
|
||||||
|
@ -264,7 +264,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Embarrassed
|
id: Embarrassed
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 31
|
startLine: 31
|
||||||
|
@ -299,7 +299,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sad
|
id: Sad
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 32
|
startLine: 32
|
||||||
|
@ -334,7 +334,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Bored
|
id: Bored
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 33
|
startLine: 33
|
||||||
|
@ -369,7 +369,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Frisky
|
id: Frisky
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 34
|
startLine: 34
|
||||||
|
@ -404,7 +404,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Creative
|
id: Creative
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 35
|
startLine: 35
|
||||||
|
@ -439,7 +439,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Focused
|
id: Focused
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 36
|
startLine: 36
|
||||||
|
@ -474,7 +474,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Stunned
|
id: Stunned
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
@ -509,7 +509,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Angry
|
id: Angry
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 38
|
startLine: 38
|
||||||
|
@ -544,7 +544,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Energetic
|
id: Energetic
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 39
|
startLine: 39
|
||||||
|
@ -579,7 +579,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 45
|
startLine: 45
|
||||||
|
@ -614,7 +614,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 49
|
startLine: 49
|
||||||
|
@ -649,7 +649,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Color
|
id: Color
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 54
|
startLine: 54
|
||||||
|
@ -684,7 +684,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Category
|
id: Category
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 59
|
startLine: 59
|
||||||
|
@ -719,7 +719,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 68
|
startLine: 68
|
||||||
|
@ -764,7 +764,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Emotions/EmotionType.cs
|
path: TinyLife/Emotions/EmotionType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: Emotions/EmotionType.cs
|
path: Emotions/EmotionType.cs
|
||||||
startLine: 80
|
startLine: 80
|
||||||
|
|
|
@ -20,10 +20,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameMode
|
id: GameMode
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 677
|
startLine: 684
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -55,10 +55,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MainMenu
|
id: MainMenu
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 680
|
startLine: 687
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -89,10 +89,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SelectHousehold
|
id: SelectHousehold
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 682
|
startLine: 689
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -123,10 +123,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InGameHousehold
|
id: InGameHousehold
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 684
|
startLine: 691
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -157,10 +157,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BuildOnly
|
id: BuildOnly
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 686
|
startLine: 693
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -42,10 +42,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameImpl
|
id: GameImpl
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 48
|
startLine: 50
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -138,10 +138,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Version
|
id: Version
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 53
|
startLine: 55
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -175,10 +175,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Instance
|
id: Instance
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 59
|
startLine: 61
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -214,10 +214,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GraphicsMetrics
|
id: GraphicsMetrics
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 63
|
startLine: 65
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -251,10 +251,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Camera
|
id: Camera
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 67
|
startLine: 69
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -288,10 +288,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Listener
|
id: Listener
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 71
|
startLine: 73
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -325,10 +325,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Map
|
id: Map
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 75
|
startLine: 77
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -362,10 +362,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentTool
|
id: CurrentTool
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 79
|
startLine: 81
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -399,10 +399,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentTime
|
id: CurrentTime
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 94
|
startLine: 96
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -432,10 +432,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Weekday
|
id: Weekday
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 98
|
startLine: 100
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -469,10 +469,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentHousehold
|
id: CurrentHousehold
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 102
|
startLine: 104
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -506,10 +506,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Money
|
id: Money
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 106
|
startLine: 108
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -543,10 +543,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentLot
|
id: CurrentLot
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 116
|
startLine: 118
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -580,10 +580,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Speed
|
id: Speed
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 122
|
startLine: 124
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -617,10 +617,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FollowingPerson
|
id: FollowingPerson
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 135
|
startLine: 137
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -654,10 +654,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SaveName
|
id: SaveName
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 147
|
startLine: 149
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -691,10 +691,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mode
|
id: Mode
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 151
|
startLine: 153
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -728,10 +728,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LoadContent
|
id: LoadContent
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 189
|
startLine: 192
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -762,10 +762,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoUpdate
|
id: DoUpdate
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 294
|
startLine: 298
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -799,10 +799,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoDraw
|
id: DoDraw
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 395
|
startLine: 399
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -836,10 +836,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Dispose
|
id: Dispose
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 433
|
startLine: 437
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -873,10 +873,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsMouseOnUi
|
id: IsMouseOnUi
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 447
|
startLine: 452
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -908,10 +908,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SwitchGameMode
|
id: SwitchGameMode
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 456
|
startLine: 461
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -944,10 +944,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeExtremelyFast
|
id: CanBeExtremelyFast
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 521
|
startLine: 526
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -979,10 +979,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanSaveOrSwitchModes
|
id: CanSaveOrSwitchModes
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 532
|
startLine: 537
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1014,10 +1014,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FadeKeyboardLighting
|
id: FadeKeyboardLighting
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 549
|
startLine: 554
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1050,17 +1050,17 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakeScreenshot
|
id: TakeScreenshot
|
||||||
path: GameImpl.cs
|
path: GameImpl.cs
|
||||||
startLine: 627
|
startLine: 632
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
summary: "\nTakes a screenshot and stores it in the default location, using a file name that contains the current date and time\n"
|
summary: "\nTakes a screenshot and stores it in the default location, using a file name that contains the current date and time\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public void TakeScreenshot(Point size, RectangleF? visibleArea = null, Matrix? visibleMatrix = null)
|
content: public void TakeScreenshot(Point size, RectangleF? visibleArea = default(RectangleF? ), Matrix? visibleMatrix = default(Matrix? ))
|
||||||
parameters:
|
parameters:
|
||||||
- id: size
|
- id: size
|
||||||
type: Microsoft.Xna.Framework.Point
|
type: Microsoft.Xna.Framework.Point
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Options.cs
|
path: TinyLife/Options.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameSpeed
|
id: GameSpeed
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 296
|
startLine: 296
|
||||||
|
@ -56,7 +56,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Options.cs
|
path: TinyLife/Options.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Paused
|
id: Paused
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 301
|
startLine: 301
|
||||||
|
@ -90,7 +90,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Options.cs
|
path: TinyLife/Options.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Regular
|
id: Regular
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 305
|
startLine: 305
|
||||||
|
@ -124,7 +124,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Options.cs
|
path: TinyLife/Options.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fast
|
id: Fast
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 309
|
startLine: 309
|
||||||
|
@ -158,7 +158,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Options.cs
|
path: TinyLife/Options.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryFast
|
id: VeryFast
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 313
|
startLine: 313
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Options.cs
|
path: TinyLife/Options.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExtremelyFast
|
id: ExtremelyFast
|
||||||
path: Options.cs
|
path: Options.cs
|
||||||
startLine: 318
|
startLine: 318
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GenealogyType
|
id: GenealogyType
|
||||||
path: Relationship.cs
|
path: Relationship.cs
|
||||||
startLine: 244
|
startLine: 244
|
||||||
|
@ -61,7 +61,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Unrelated
|
id: Unrelated
|
||||||
path: Relationship.cs
|
path: Relationship.cs
|
||||||
startLine: 249
|
startLine: 249
|
||||||
|
@ -95,7 +95,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Parent
|
id: Parent
|
||||||
path: Relationship.cs
|
path: Relationship.cs
|
||||||
startLine: 253
|
startLine: 253
|
||||||
|
@ -129,7 +129,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: Relationship.cs
|
path: Relationship.cs
|
||||||
startLine: 257
|
startLine: 257
|
||||||
|
@ -163,7 +163,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sibling
|
id: Sibling
|
||||||
path: Relationship.cs
|
path: Relationship.cs
|
||||||
startLine: 261
|
startLine: 261
|
||||||
|
@ -197,7 +197,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Nibling
|
id: Nibling
|
||||||
path: Relationship.cs
|
path: Relationship.cs
|
||||||
startLine: 265
|
startLine: 265
|
||||||
|
@ -231,7 +231,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pibling
|
id: Pibling
|
||||||
path: Relationship.cs
|
path: Relationship.cs
|
||||||
startLine: 269
|
startLine: 269
|
||||||
|
@ -265,7 +265,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Grandparent
|
id: Grandparent
|
||||||
path: Relationship.cs
|
path: Relationship.cs
|
||||||
startLine: 273
|
startLine: 273
|
||||||
|
@ -299,7 +299,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Grandchild
|
id: Grandchild
|
||||||
path: Relationship.cs
|
path: Relationship.cs
|
||||||
startLine: 277
|
startLine: 277
|
||||||
|
@ -333,7 +333,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Relationship.cs
|
path: TinyLife/Relationship.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DistantlyRelated
|
id: DistantlyRelated
|
||||||
path: Relationship.cs
|
path: Relationship.cs
|
||||||
startLine: 281
|
startLine: 281
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AmountGoal.cs
|
path: TinyLife/Goals/AmountGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AmountGoal
|
id: AmountGoal
|
||||||
path: Goals/AmountGoal.cs
|
path: Goals/AmountGoal.cs
|
||||||
startLine: 8
|
startLine: 8
|
||||||
|
@ -86,7 +86,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AmountGoal.cs
|
path: TinyLife/Goals/AmountGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/AmountGoal.cs
|
path: Goals/AmountGoal.cs
|
||||||
startLine: 14
|
startLine: 14
|
||||||
|
@ -122,7 +122,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AmountGoal.cs
|
path: TinyLife/Goals/AmountGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: Goals/AmountGoal.cs
|
path: Goals/AmountGoal.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AmountGoal.cs
|
path: TinyLife/Goals/AmountGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: Goals/AmountGoal.cs
|
path: Goals/AmountGoal.cs
|
||||||
startLine: 25
|
startLine: 25
|
||||||
|
@ -195,7 +195,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AmountGoal.cs
|
path: TinyLife/Goals/AmountGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress
|
||||||
path: Goals/AmountGoal.cs
|
path: Goals/AmountGoal.cs
|
||||||
startLine: 30
|
startLine: 30
|
||||||
|
@ -233,7 +233,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AmountGoal.cs
|
path: TinyLife/Goals/AmountGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: Goals/AmountGoal.cs
|
path: Goals/AmountGoal.cs
|
||||||
startLine: 35
|
startLine: 35
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AutoGoalInfo
|
id: AutoGoalInfo
|
||||||
path: Goals/GoalInfo.cs
|
path: Goals/GoalInfo.cs
|
||||||
startLine: 44
|
startLine: 44
|
||||||
|
@ -80,7 +80,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Timed
|
id: Timed
|
||||||
path: Goals/GoalInfo.cs
|
path: Goals/GoalInfo.cs
|
||||||
startLine: 64
|
startLine: 64
|
||||||
|
@ -136,7 +136,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Amount
|
id: Amount
|
||||||
path: Goals/GoalInfo.cs
|
path: Goals/GoalInfo.cs
|
||||||
startLine: 78
|
startLine: 78
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Distinct
|
id: Distinct
|
||||||
path: Goals/GoalInfo.cs
|
path: Goals/GoalInfo.cs
|
||||||
startLine: 94
|
startLine: 94
|
||||||
|
@ -251,7 +251,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Distinct
|
id: Distinct
|
||||||
path: Goals/GoalInfo.cs
|
path: Goals/GoalInfo.cs
|
||||||
startLine: 113
|
startLine: 113
|
||||||
|
@ -310,7 +310,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Conditioned
|
id: Conditioned
|
||||||
path: Goals/GoalInfo.cs
|
path: Goals/GoalInfo.cs
|
||||||
startLine: 129
|
startLine: 129
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AutoTriggerGoal
|
id: AutoTriggerGoal
|
||||||
path: Goals/AutoTriggerGoal.cs
|
path: Goals/AutoTriggerGoal.cs
|
||||||
startLine: 8
|
startLine: 8
|
||||||
|
@ -98,7 +98,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AutoInfo
|
id: AutoInfo
|
||||||
path: Goals/AutoTriggerGoal.cs
|
path: Goals/AutoTriggerGoal.cs
|
||||||
startLine: 13
|
startLine: 13
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/AutoTriggerGoal.cs
|
path: Goals/AutoTriggerGoal.cs
|
||||||
startLine: 16
|
startLine: 16
|
||||||
|
@ -171,7 +171,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: Goals/AutoTriggerGoal.cs
|
path: Goals/AutoTriggerGoal.cs
|
||||||
startLine: 25
|
startLine: 25
|
||||||
|
@ -211,7 +211,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Goals/AutoTriggerGoal.cs
|
path: Goals/AutoTriggerGoal.cs
|
||||||
startLine: 28
|
startLine: 28
|
||||||
|
@ -255,7 +255,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: Goals/AutoTriggerGoal.cs
|
path: Goals/AutoTriggerGoal.cs
|
||||||
startLine: 44
|
startLine: 44
|
||||||
|
@ -304,7 +304,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/AutoTriggerGoal.cs
|
path: TinyLife/Goals/AutoTriggerGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: Goals/AutoTriggerGoal.cs
|
path: Goals/AutoTriggerGoal.cs
|
||||||
startLine: 61
|
startLine: 61
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ConditionedGoal.cs
|
path: TinyLife/Goals/ConditionedGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConditionedGoal
|
id: ConditionedGoal
|
||||||
path: Goals/ConditionedGoal.cs
|
path: Goals/ConditionedGoal.cs
|
||||||
startLine: 7
|
startLine: 7
|
||||||
|
@ -86,7 +86,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ConditionedGoal.cs
|
path: TinyLife/Goals/ConditionedGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/ConditionedGoal.cs
|
path: Goals/ConditionedGoal.cs
|
||||||
startLine: 13
|
startLine: 13
|
||||||
|
@ -122,7 +122,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ConditionedGoal.cs
|
path: TinyLife/Goals/ConditionedGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: Goals/ConditionedGoal.cs
|
path: Goals/ConditionedGoal.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ConditionedGoal.cs
|
path: TinyLife/Goals/ConditionedGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: Goals/ConditionedGoal.cs
|
path: Goals/ConditionedGoal.cs
|
||||||
startLine: 22
|
startLine: 22
|
||||||
|
@ -195,7 +195,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ConditionedGoal.cs
|
path: TinyLife/Goals/ConditionedGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress
|
||||||
path: Goals/ConditionedGoal.cs
|
path: Goals/ConditionedGoal.cs
|
||||||
startLine: 27
|
startLine: 27
|
||||||
|
@ -233,7 +233,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ConditionedGoal.cs
|
path: TinyLife/Goals/ConditionedGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: Goals/ConditionedGoal.cs
|
path: Goals/ConditionedGoal.cs
|
||||||
startLine: 32
|
startLine: 32
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DistinctGoal
|
id: DistinctGoal
|
||||||
path: Goals/DistinctGoal.cs
|
path: Goals/DistinctGoal.cs
|
||||||
startLine: 9
|
startLine: 9
|
||||||
|
@ -86,7 +86,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/DistinctGoal.cs
|
path: Goals/DistinctGoal.cs
|
||||||
startLine: 16
|
startLine: 16
|
||||||
|
@ -122,7 +122,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: Goals/DistinctGoal.cs
|
path: Goals/DistinctGoal.cs
|
||||||
startLine: 22
|
startLine: 22
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: Goals/DistinctGoal.cs
|
path: Goals/DistinctGoal.cs
|
||||||
startLine: 27
|
startLine: 27
|
||||||
|
@ -195,7 +195,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress
|
||||||
path: Goals/DistinctGoal.cs
|
path: Goals/DistinctGoal.cs
|
||||||
startLine: 32
|
startLine: 32
|
||||||
|
@ -233,7 +233,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Goals/DistinctGoal.cs
|
path: Goals/DistinctGoal.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
@ -275,7 +275,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/DistinctGoal.cs
|
path: TinyLife/Goals/DistinctGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: Goals/DistinctGoal.cs
|
path: Goals/DistinctGoal.cs
|
||||||
startLine: 47
|
startLine: 47
|
||||||
|
|
|
@ -24,7 +24,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Goal
|
id: Goal
|
||||||
path: Goals/Goal.cs
|
path: Goals/Goal.cs
|
||||||
startLine: 8
|
startLine: 8
|
||||||
|
@ -94,7 +94,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Goals/Goal.cs
|
path: Goals/Goal.cs
|
||||||
startLine: 15
|
startLine: 15
|
||||||
|
@ -139,7 +139,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Set
|
id: Set
|
||||||
path: Goals/Goal.cs
|
path: Goals/Goal.cs
|
||||||
startLine: 19
|
startLine: 19
|
||||||
|
@ -176,7 +176,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Info
|
id: Info
|
||||||
path: Goals/Goal.cs
|
path: Goals/Goal.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -213,7 +213,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/Goal.cs
|
path: Goals/Goal.cs
|
||||||
startLine: 30
|
startLine: 30
|
||||||
|
@ -252,7 +252,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: Goals/Goal.cs
|
path: Goals/Goal.cs
|
||||||
startLine: 40
|
startLine: 40
|
||||||
|
@ -289,7 +289,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: Goals/Goal.cs
|
path: Goals/Goal.cs
|
||||||
startLine: 45
|
startLine: 45
|
||||||
|
@ -323,7 +323,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress
|
||||||
path: Goals/Goal.cs
|
path: Goals/Goal.cs
|
||||||
startLine: 52
|
startLine: 52
|
||||||
|
@ -360,7 +360,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Goal.cs
|
path: TinyLife/Goals/Goal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Goals/Goal.cs
|
path: Goals/Goal.cs
|
||||||
startLine: 61
|
startLine: 61
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoalInfo
|
id: GoalInfo
|
||||||
path: Goals/GoalInfo.cs
|
path: Goals/GoalInfo.cs
|
||||||
startLine: 10
|
startLine: 10
|
||||||
|
@ -77,7 +77,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Goals/GoalInfo.cs
|
path: Goals/GoalInfo.cs
|
||||||
startLine: 15
|
startLine: 15
|
||||||
|
@ -112,7 +112,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/GoalInfo.cs
|
path: Goals/GoalInfo.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -154,7 +154,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalInfo.cs
|
path: TinyLife/Goals/GoalInfo.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Construct
|
id: Construct
|
||||||
path: Goals/GoalInfo.cs
|
path: Goals/GoalInfo.cs
|
||||||
startLine: 34
|
startLine: 34
|
||||||
|
|
|
@ -27,7 +27,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoalSet
|
id: GoalSet
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 44
|
startLine: 44
|
||||||
|
@ -92,7 +92,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Info
|
id: Info
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 52
|
startLine: 52
|
||||||
|
@ -129,7 +129,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 56
|
startLine: 56
|
||||||
|
@ -166,7 +166,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 63
|
startLine: 63
|
||||||
|
@ -205,7 +205,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 73
|
startLine: 73
|
||||||
|
@ -240,7 +240,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 85
|
startLine: 85
|
||||||
|
@ -275,7 +275,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 92
|
startLine: 92
|
||||||
|
@ -307,7 +307,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetGoals
|
id: GetGoals
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 102
|
startLine: 102
|
||||||
|
@ -350,7 +350,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetGoal
|
id: GetGoal
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 112
|
startLine: 112
|
||||||
|
@ -397,7 +397,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetGoal
|
id: GetGoal
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 122
|
startLine: 122
|
||||||
|
@ -440,7 +440,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplay
|
id: GetDisplay
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 131
|
startLine: 131
|
||||||
|
@ -479,7 +479,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 152
|
startLine: 152
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoalSetInfo
|
id: GoalSetInfo
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 14
|
startLine: 14
|
||||||
|
@ -75,7 +75,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Configurations
|
id: Configurations
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 19
|
startLine: 19
|
||||||
|
@ -110,7 +110,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 25
|
startLine: 25
|
||||||
|
@ -149,7 +149,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalSet.cs
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Construct
|
id: Construct
|
||||||
path: Goals/GoalSet.cs
|
path: Goals/GoalSet.cs
|
||||||
startLine: 34
|
startLine: 34
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalTrigger.cs
|
path: TinyLife/Goals/GoalTrigger.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoalTrigger
|
id: GoalTrigger
|
||||||
path: Goals/GoalTrigger.cs
|
path: Goals/GoalTrigger.cs
|
||||||
startLine: 8
|
startLine: 8
|
||||||
|
@ -66,7 +66,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalTrigger.cs
|
path: TinyLife/Goals/GoalTrigger.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PersonUpdate
|
id: PersonUpdate
|
||||||
path: Goals/GoalTrigger.cs
|
path: Goals/GoalTrigger.cs
|
||||||
startLine: 15
|
startLine: 15
|
||||||
|
@ -100,7 +100,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalTrigger.cs
|
path: TinyLife/Goals/GoalTrigger.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FurnitureCreated
|
id: FurnitureCreated
|
||||||
path: Goals/GoalTrigger.cs
|
path: Goals/GoalTrigger.cs
|
||||||
startLine: 21
|
startLine: 21
|
||||||
|
@ -134,7 +134,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalTrigger.cs
|
path: TinyLife/Goals/GoalTrigger.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionCompleted
|
id: ActionCompleted
|
||||||
path: Goals/GoalTrigger.cs
|
path: Goals/GoalTrigger.cs
|
||||||
startLine: 26
|
startLine: 26
|
||||||
|
@ -168,7 +168,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalTrigger.cs
|
path: TinyLife/Goals/GoalTrigger.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionUpdate
|
id: ActionUpdate
|
||||||
path: Goals/GoalTrigger.cs
|
path: Goals/GoalTrigger.cs
|
||||||
startLine: 31
|
startLine: 31
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/GoalTrigger.cs
|
path: TinyLife/Goals/GoalTrigger.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EarnMoney
|
id: EarnMoney
|
||||||
path: Goals/GoalTrigger.cs
|
path: Goals/GoalTrigger.cs
|
||||||
startLine: 36
|
startLine: 36
|
||||||
|
|
|
@ -28,7 +28,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Job
|
id: Job
|
||||||
path: Goals/Job.cs
|
path: Goals/Job.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
@ -93,7 +93,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: Goals/Job.cs
|
path: Goals/Job.cs
|
||||||
startLine: 24
|
startLine: 24
|
||||||
|
@ -138,7 +138,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: Goals/Job.cs
|
path: Goals/Job.cs
|
||||||
startLine: 28
|
startLine: 28
|
||||||
|
@ -175,7 +175,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Performance
|
id: Performance
|
||||||
path: Goals/Job.cs
|
path: Goals/Job.cs
|
||||||
startLine: 33
|
startLine: 33
|
||||||
|
@ -222,7 +222,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Level
|
id: Level
|
||||||
path: Goals/Job.cs
|
path: Goals/Job.cs
|
||||||
startLine: 39
|
startLine: 39
|
||||||
|
@ -269,7 +269,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DailyTasks
|
id: DailyTasks
|
||||||
path: Goals/Job.cs
|
path: Goals/Job.cs
|
||||||
startLine: 44
|
startLine: 44
|
||||||
|
@ -316,7 +316,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentHourlyPay
|
id: CurrentHourlyPay
|
||||||
path: Goals/Job.cs
|
path: Goals/Job.cs
|
||||||
startLine: 49
|
startLine: 49
|
||||||
|
@ -353,7 +353,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/Job.cs
|
path: Goals/Job.cs
|
||||||
startLine: 57
|
startLine: 57
|
||||||
|
@ -395,7 +395,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Goals/Job.cs
|
path: Goals/Job.cs
|
||||||
startLine: 70
|
startLine: 70
|
||||||
|
@ -431,7 +431,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddPerformance
|
id: AddPerformance
|
||||||
path: Goals/Job.cs
|
path: Goals/Job.cs
|
||||||
startLine: 101
|
startLine: 101
|
||||||
|
@ -467,7 +467,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddLevel
|
id: AddLevel
|
||||||
path: Goals/Job.cs
|
path: Goals/Job.cs
|
||||||
startLine: 120
|
startLine: 120
|
||||||
|
@ -503,7 +503,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasRequiredPromotionSkills
|
id: HasRequiredPromotionSkills
|
||||||
path: Goals/Job.cs
|
path: Goals/Job.cs
|
||||||
startLine: 159
|
startLine: 159
|
||||||
|
@ -538,7 +538,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Job.cs
|
path: TinyLife/Goals/Job.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Goals/Job.cs
|
path: Goals/Job.cs
|
||||||
startLine: 171
|
startLine: 171
|
||||||
|
|
|
@ -40,7 +40,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: JobType
|
id: JobType
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -103,7 +103,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 31
|
startLine: 31
|
||||||
|
@ -140,7 +140,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 67
|
startLine: 67
|
||||||
|
@ -175,7 +175,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HourlyPay
|
id: HourlyPay
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 72
|
startLine: 72
|
||||||
|
@ -210,7 +210,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkHours
|
id: WorkHours
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 77
|
startLine: 77
|
||||||
|
@ -245,7 +245,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OffWorkDays
|
id: OffWorkDays
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 82
|
startLine: 82
|
||||||
|
@ -280,7 +280,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredPromotionSkills
|
id: RequiredPromotionSkills
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 87
|
startLine: 87
|
||||||
|
@ -317,7 +317,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MaxLevel
|
id: MaxLevel
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 91
|
startLine: 91
|
||||||
|
@ -354,7 +354,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasSpecialLocalization
|
id: HasSpecialLocalization
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 96
|
startLine: 96
|
||||||
|
@ -391,7 +391,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredAges
|
id: RequiredAges
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 101
|
startLine: 101
|
||||||
|
@ -428,7 +428,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanQuitOrBeFired
|
id: CanQuitOrBeFired
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 106
|
startLine: 106
|
||||||
|
@ -465,7 +465,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DailyTasks
|
id: DailyTasks
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 111
|
startLine: 111
|
||||||
|
@ -502,7 +502,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DailyTaskImportance
|
id: DailyTaskImportance
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 116
|
startLine: 116
|
||||||
|
@ -539,7 +539,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 125
|
startLine: 125
|
||||||
|
@ -587,7 +587,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Construct
|
id: Construct
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 138
|
startLine: 138
|
||||||
|
@ -629,7 +629,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsTimeToWork
|
id: IsTimeToWork
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 148
|
startLine: 148
|
||||||
|
@ -639,7 +639,7 @@ items:
|
||||||
summary: "\nReturns whether the given time (or the game's current time) is in the bounds of <xref href=\"TinyLife.Goals.JobType.WorkHours\" data-throw-if-not-resolved=\"false\"></xref> and outside of the bounds of <xref href=\"TinyLife.Goals.JobType.OffWorkDays\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this method returns true, <xref href=\"TinyLife.Actions.WorkAction\" data-throw-if-not-resolved=\"false\"></xref> can be started.\n"
|
summary: "\nReturns whether the given time (or the game's current time) is in the bounds of <xref href=\"TinyLife.Goals.JobType.WorkHours\" data-throw-if-not-resolved=\"false\"></xref> and outside of the bounds of <xref href=\"TinyLife.Goals.JobType.OffWorkDays\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this method returns true, <xref href=\"TinyLife.Actions.WorkAction\" data-throw-if-not-resolved=\"false\"></xref> can be started.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public virtual bool IsTimeToWork(TimeSpan? time = null)
|
content: public virtual bool IsTimeToWork(TimeSpan? time = default(TimeSpan? ))
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: System.Nullable{System.TimeSpan}
|
type: System.Nullable{System.TimeSpan}
|
||||||
|
@ -673,7 +673,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToScheduleString
|
id: ToScheduleString
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 158
|
startLine: 158
|
||||||
|
@ -710,7 +710,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 172
|
startLine: 172
|
||||||
|
@ -720,7 +720,7 @@ items:
|
||||||
summary: "\nReturns the display name of this <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, based on the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">level</code>.\nIf no level is given, the job's regular name, without the level-based suffix, is returned.\n"
|
summary: "\nReturns the display name of this <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, based on the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">level</code>.\nIf no level is given, the job's regular name, without the level-based suffix, is returned.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public virtual string GetDisplayName(int? level = null)
|
content: public virtual string GetDisplayName(int? level = default(int? ))
|
||||||
parameters:
|
parameters:
|
||||||
- id: level
|
- id: level
|
||||||
type: System.Nullable{System.Int32}
|
type: System.Nullable{System.Int32}
|
||||||
|
@ -754,7 +754,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRequiredPromotionSkills
|
id: GetRequiredPromotionSkills
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 184
|
startLine: 184
|
||||||
|
@ -795,7 +795,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnWorkStartsInAnHour
|
id: OnWorkStartsInAnHour
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 199
|
startLine: 199
|
||||||
|
@ -833,7 +833,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnWorkHoursOver
|
id: OnWorkHoursOver
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 210
|
startLine: 210
|
||||||
|
@ -871,7 +871,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnWorkFinished
|
id: OnWorkFinished
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 220
|
startLine: 220
|
||||||
|
@ -912,7 +912,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnWorkStarted
|
id: OnWorkStarted
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 231
|
startLine: 231
|
||||||
|
@ -953,7 +953,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnLevelChanged
|
id: OnLevelChanged
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 240
|
startLine: 240
|
||||||
|
@ -994,7 +994,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/JobType.cs
|
path: TinyLife/Goals/JobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: Goals/JobType.cs
|
path: Goals/JobType.cs
|
||||||
startLine: 253
|
startLine: 253
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Instance
|
id: Instance
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 172
|
startLine: 172
|
||||||
|
@ -81,7 +81,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Goal
|
id: Goal
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 179
|
startLine: 179
|
||||||
|
@ -126,7 +126,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentGoals
|
id: CurrentGoals
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 183
|
startLine: 183
|
||||||
|
@ -173,7 +173,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StageIndex
|
id: StageIndex
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 190
|
startLine: 190
|
||||||
|
@ -220,7 +220,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 195
|
startLine: 195
|
||||||
|
@ -257,7 +257,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Stage
|
id: Stage
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 200
|
startLine: 200
|
||||||
|
@ -294,7 +294,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Completed
|
id: Completed
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 204
|
startLine: 204
|
||||||
|
@ -331,7 +331,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 212
|
startLine: 212
|
||||||
|
@ -373,7 +373,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 222
|
startLine: 222
|
||||||
|
@ -405,7 +405,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Advance
|
id: Advance
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 232
|
startLine: 232
|
||||||
|
@ -437,7 +437,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 257
|
startLine: 257
|
||||||
|
|
|
@ -31,7 +31,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LifeGoal
|
id: LifeGoal
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -82,7 +82,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Goals
|
id: Goals
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 30
|
startLine: 30
|
||||||
|
@ -119,7 +119,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Chef
|
id: Chef
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 33
|
startLine: 33
|
||||||
|
@ -154,7 +154,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GymRat
|
id: GymRat
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 61
|
startLine: 61
|
||||||
|
@ -189,7 +189,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HouseholdHero
|
id: HouseholdHero
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 73
|
startLine: 73
|
||||||
|
@ -224,7 +224,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ComputerAddict
|
id: ComputerAddict
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 85
|
startLine: 85
|
||||||
|
@ -259,7 +259,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FriendOfEveryone
|
id: FriendOfEveryone
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 97
|
startLine: 97
|
||||||
|
@ -294,7 +294,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnAdvanced
|
id: OnAdvanced
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 112
|
startLine: 112
|
||||||
|
@ -329,7 +329,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 116
|
startLine: 116
|
||||||
|
@ -364,7 +364,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 121
|
startLine: 121
|
||||||
|
@ -399,7 +399,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Stages
|
id: Stages
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 125
|
startLine: 125
|
||||||
|
@ -434,7 +434,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RewardPersonality
|
id: RewardPersonality
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 130
|
startLine: 130
|
||||||
|
@ -469,7 +469,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AllowedAges
|
id: AllowedAges
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 135
|
startLine: 135
|
||||||
|
@ -506,7 +506,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 143
|
startLine: 143
|
||||||
|
@ -551,7 +551,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 154
|
startLine: 154
|
||||||
|
@ -590,7 +590,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/LifeGoal.cs
|
path: TinyLife/Goals/LifeGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: Goals/LifeGoal.cs
|
path: Goals/LifeGoal.cs
|
||||||
startLine: 163
|
startLine: 163
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ManualProgressGoal
|
id: ManualProgressGoal
|
||||||
path: Goals/ManualProgressGoal.cs
|
path: Goals/ManualProgressGoal.cs
|
||||||
startLine: 10
|
startLine: 10
|
||||||
|
@ -82,7 +82,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/ManualProgressGoal.cs
|
path: Goals/ManualProgressGoal.cs
|
||||||
startLine: 16
|
startLine: 16
|
||||||
|
@ -121,7 +121,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: Goals/ManualProgressGoal.cs
|
path: Goals/ManualProgressGoal.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: Goals/ManualProgressGoal.cs
|
path: Goals/ManualProgressGoal.cs
|
||||||
startLine: 25
|
startLine: 25
|
||||||
|
@ -194,7 +194,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/ManualProgressGoal.cs
|
path: TinyLife/Goals/ManualProgressGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MakeProgress
|
id: MakeProgress
|
||||||
path: Goals/ManualProgressGoal.cs
|
path: Goals/ManualProgressGoal.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
|
|
@ -28,7 +28,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionSettings
|
id: ActionSettings
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 205
|
startLine: 205
|
||||||
|
@ -70,7 +70,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 210
|
startLine: 210
|
||||||
|
@ -103,7 +103,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Context
|
id: Context
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 214
|
startLine: 214
|
||||||
|
@ -136,7 +136,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 218
|
startLine: 218
|
||||||
|
@ -169,7 +169,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedType
|
id: ConstructedType
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 222
|
startLine: 222
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedTypeScrap
|
id: ConstructedTypeScrap
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 227
|
startLine: 227
|
||||||
|
@ -235,7 +235,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecute
|
id: CanExecute
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 231
|
startLine: 231
|
||||||
|
@ -268,7 +268,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredSkill
|
id: RequiredSkill
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 237
|
startLine: 237
|
||||||
|
@ -301,7 +301,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredAges
|
id: RequiredAges
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 242
|
startLine: 242
|
||||||
|
@ -334,7 +334,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProjectDisplayName
|
id: ProjectDisplayName
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 247
|
startLine: 247
|
||||||
|
@ -367,7 +367,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanContinue
|
id: CanContinue
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 251
|
startLine: 251
|
||||||
|
@ -400,7 +400,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IncludeProject
|
id: IncludeProject
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 255
|
startLine: 255
|
||||||
|
@ -433,7 +433,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 264
|
startLine: 264
|
||||||
|
|
|
@ -31,7 +31,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Project
|
id: Project
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -96,7 +96,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 28
|
startLine: 28
|
||||||
|
@ -141,7 +141,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 33
|
startLine: 33
|
||||||
|
@ -186,7 +186,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Quality
|
id: Quality
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 38
|
startLine: 38
|
||||||
|
@ -233,7 +233,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Progress
|
id: Progress
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 43
|
startLine: 43
|
||||||
|
@ -282,7 +282,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DailyPay
|
id: DailyPay
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 49
|
startLine: 49
|
||||||
|
@ -335,7 +335,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DailyPayReductionFactor
|
id: DailyPayReductionFactor
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 55
|
startLine: 55
|
||||||
|
@ -388,7 +388,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 60
|
startLine: 60
|
||||||
|
@ -427,7 +427,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 68
|
startLine: 68
|
||||||
|
@ -469,7 +469,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 79
|
startLine: 79
|
||||||
|
@ -510,7 +510,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MakeProgress
|
id: MakeProgress
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 92
|
startLine: 92
|
||||||
|
@ -560,7 +560,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Remove
|
id: Remove
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 99
|
startLine: 99
|
||||||
|
@ -594,7 +594,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetAndReduceDailyPay
|
id: GetAndReduceDailyPay
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 109
|
startLine: 109
|
||||||
|
@ -631,7 +631,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetDailyPay
|
id: SetDailyPay
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 124
|
startLine: 124
|
||||||
|
@ -673,7 +673,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateActions
|
id: CreateActions
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 139
|
startLine: 139
|
||||||
|
@ -714,7 +714,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetVarieties
|
id: GetVarieties
|
||||||
path: Goals/Project.cs
|
path: Goals/Project.cs
|
||||||
startLine: 176
|
startLine: 176
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/StudentJobType.cs
|
path: TinyLife/Goals/StudentJobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StudentJobType
|
id: StudentJobType
|
||||||
path: Goals/StudentJobType.cs
|
path: Goals/StudentJobType.cs
|
||||||
startLine: 10
|
startLine: 10
|
||||||
|
@ -97,7 +97,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/StudentJobType.cs
|
path: TinyLife/Goals/StudentJobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/StudentJobType.cs
|
path: Goals/StudentJobType.cs
|
||||||
startLine: 13
|
startLine: 13
|
||||||
|
@ -145,7 +145,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/StudentJobType.cs
|
path: TinyLife/Goals/StudentJobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnWorkFinished
|
id: OnWorkFinished
|
||||||
path: Goals/StudentJobType.cs
|
path: Goals/StudentJobType.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -187,7 +187,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/StudentJobType.cs
|
path: TinyLife/Goals/StudentJobType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnLevelChanged
|
id: OnLevelChanged
|
||||||
path: Goals/StudentJobType.cs
|
path: Goals/StudentJobType.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/TimedGoal.cs
|
path: TinyLife/Goals/TimedGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TimedGoal
|
id: TimedGoal
|
||||||
path: Goals/TimedGoal.cs
|
path: Goals/TimedGoal.cs
|
||||||
startLine: 9
|
startLine: 9
|
||||||
|
@ -86,7 +86,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/TimedGoal.cs
|
path: TinyLife/Goals/TimedGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Goals/TimedGoal.cs
|
path: Goals/TimedGoal.cs
|
||||||
startLine: 15
|
startLine: 15
|
||||||
|
@ -122,7 +122,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/TimedGoal.cs
|
path: TinyLife/Goals/TimedGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: Goals/TimedGoal.cs
|
path: Goals/TimedGoal.cs
|
||||||
startLine: 21
|
startLine: 21
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/TimedGoal.cs
|
path: TinyLife/Goals/TimedGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: Goals/TimedGoal.cs
|
path: Goals/TimedGoal.cs
|
||||||
startLine: 26
|
startLine: 26
|
||||||
|
@ -195,7 +195,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/TimedGoal.cs
|
path: TinyLife/Goals/TimedGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress
|
||||||
path: Goals/TimedGoal.cs
|
path: Goals/TimedGoal.cs
|
||||||
startLine: 31
|
startLine: 31
|
||||||
|
@ -233,7 +233,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/TimedGoal.cs
|
path: TinyLife/Goals/TimedGoal.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: Goals/TimedGoal.cs
|
path: Goals/TimedGoal.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
|
|
@ -28,10 +28,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LnCategory
|
id: LnCategory
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 126
|
startLine: 132
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -63,10 +63,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Ui
|
id: Ui
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 129
|
startLine: 135
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -97,10 +97,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Actions
|
id: Actions
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 131
|
startLine: 137
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -131,10 +131,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BuildMode
|
id: BuildMode
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 133
|
startLine: 139
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -165,10 +165,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Clothes
|
id: Clothes
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 135
|
startLine: 141
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -199,10 +199,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Food
|
id: Food
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 137
|
startLine: 143
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -233,10 +233,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Personalities
|
id: Personalities
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 139
|
startLine: 145
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -267,10 +267,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Skills
|
id: Skills
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 141
|
startLine: 147
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -301,10 +301,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Jobs
|
id: Jobs
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 143
|
startLine: 149
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -335,10 +335,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Emotions
|
id: Emotions
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 145
|
startLine: 151
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -369,10 +369,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Hints
|
id: Hints
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 147
|
startLine: 153
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -403,10 +403,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InGameHints
|
id: InGameHints
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 149
|
startLine: 155
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -437,10 +437,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Goals
|
id: Goals
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 151
|
startLine: 157
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -22,10 +22,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Localization
|
id: Localization
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 19
|
startLine: 20
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -66,10 +66,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LanguageNames
|
id: LanguageNames
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 24
|
startLine: 25
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -103,10 +103,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Names
|
id: Names
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 29
|
startLine: 30
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -140,10 +140,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetLanguage
|
id: SetLanguage
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 40
|
startLine: 41
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -178,10 +178,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Get
|
id: Get
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 60
|
startLine: 61
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -222,10 +222,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Get
|
id: Get
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 77
|
startLine: 78
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -272,10 +272,10 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Localization.cs
|
path: TinyLife/Localization.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetKeys
|
id: GetKeys
|
||||||
path: Localization.cs
|
path: Localization.cs
|
||||||
startLine: 86
|
startLine: 87
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -18,7 +18,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/EventPhase.cs
|
path: TinyLife/Mods/EventPhase.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EventPhase
|
id: EventPhase
|
||||||
path: Mods/EventPhase.cs
|
path: Mods/EventPhase.cs
|
||||||
startLine: 4
|
startLine: 4
|
||||||
|
@ -53,7 +53,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/EventPhase.cs
|
path: TinyLife/Mods/EventPhase.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pre
|
id: Pre
|
||||||
path: Mods/EventPhase.cs
|
path: Mods/EventPhase.cs
|
||||||
startLine: 9
|
startLine: 9
|
||||||
|
@ -87,7 +87,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/EventPhase.cs
|
path: TinyLife/Mods/EventPhase.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Post
|
id: Post
|
||||||
path: Mods/EventPhase.cs
|
path: Mods/EventPhase.cs
|
||||||
startLine: 13
|
startLine: 13
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mod
|
id: Mod
|
||||||
path: Mods/Mod.cs
|
path: Mods/Mod.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
@ -69,7 +69,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Mods/Mod.cs
|
path: Mods/Mod.cs
|
||||||
startLine: 22
|
startLine: 22
|
||||||
|
@ -108,7 +108,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Description
|
id: Description
|
||||||
path: Mods/Mod.cs
|
path: Mods/Mod.cs
|
||||||
startLine: 27
|
startLine: 27
|
||||||
|
@ -147,7 +147,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: Mods/Mod.cs
|
path: Mods/Mod.cs
|
||||||
startLine: 32
|
startLine: 32
|
||||||
|
@ -186,7 +186,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: Mods/Mod.cs
|
path: Mods/Mod.cs
|
||||||
startLine: 41
|
startLine: 41
|
||||||
|
@ -230,7 +230,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddGameContent
|
id: AddGameContent
|
||||||
path: Mods/Mod.cs
|
path: Mods/Mod.cs
|
||||||
startLine: 54
|
startLine: 54
|
||||||
|
@ -268,7 +268,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/Mod.cs
|
path: TinyLife/Mods/Mod.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCustomFurnitureTextures
|
id: GetCustomFurnitureTextures
|
||||||
path: Mods/Mod.cs
|
path: Mods/Mod.cs
|
||||||
startLine: 62
|
startLine: 62
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModInfo
|
id: ModInfo
|
||||||
path: Mods/ModLoader.cs
|
path: Mods/ModLoader.cs
|
||||||
startLine: 76
|
startLine: 76
|
||||||
|
@ -71,7 +71,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Id
|
id: Id
|
||||||
path: Mods/ModLoader.cs
|
path: Mods/ModLoader.cs
|
||||||
startLine: 81
|
startLine: 81
|
||||||
|
@ -106,7 +106,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mod
|
id: Mod
|
||||||
path: Mods/ModLoader.cs
|
path: Mods/ModLoader.cs
|
||||||
startLine: 85
|
startLine: 85
|
||||||
|
@ -141,7 +141,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Logger
|
id: Logger
|
||||||
path: Mods/ModLoader.cs
|
path: Mods/ModLoader.cs
|
||||||
startLine: 90
|
startLine: 90
|
||||||
|
@ -176,7 +176,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Content
|
id: Content
|
||||||
path: Mods/ModLoader.cs
|
path: Mods/ModLoader.cs
|
||||||
startLine: 95
|
startLine: 95
|
||||||
|
@ -211,7 +211,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Finalize
|
id: Finalize
|
||||||
path: Mods/ModLoader.cs
|
path: Mods/ModLoader.cs
|
||||||
startLine: 107
|
startLine: 107
|
||||||
|
@ -242,7 +242,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Dispose
|
id: Dispose
|
||||||
path: Mods/ModLoader.cs
|
path: Mods/ModLoader.cs
|
||||||
startLine: 112
|
startLine: 112
|
||||||
|
|
|
@ -18,7 +18,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModLoader
|
id: ModLoader
|
||||||
path: Mods/ModLoader.cs
|
path: Mods/ModLoader.cs
|
||||||
startLine: 12
|
startLine: 12
|
||||||
|
@ -62,7 +62,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TryGetModInfo
|
id: TryGetModInfo
|
||||||
path: Mods/ModLoader.cs
|
path: Mods/ModLoader.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -109,7 +109,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Mods/ModLoader.cs
|
path: TinyLife/Mods/ModLoader.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetModsFolder
|
id: GetModsFolder
|
||||||
path: Mods/ModLoader.cs
|
path: Mods/ModLoader.cs
|
||||||
startLine: 31
|
startLine: 31
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Need
|
id: Need
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 18
|
startLine: 18
|
||||||
|
@ -76,7 +76,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Max
|
id: Max
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 24
|
startLine: 24
|
||||||
|
@ -111,7 +111,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 30
|
startLine: 30
|
||||||
|
@ -156,7 +156,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Value
|
id: Value
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 35
|
startLine: 35
|
||||||
|
@ -203,7 +203,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Percentage
|
id: Percentage
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 43
|
startLine: 43
|
||||||
|
@ -240,7 +240,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 53
|
startLine: 53
|
||||||
|
|
|
@ -30,7 +30,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NeedType
|
id: NeedType
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 64
|
startLine: 64
|
||||||
|
@ -81,7 +81,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 72
|
startLine: 72
|
||||||
|
@ -118,7 +118,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Energy
|
id: Energy
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 74
|
startLine: 74
|
||||||
|
@ -153,7 +153,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Hunger
|
id: Hunger
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 79
|
startLine: 79
|
||||||
|
@ -188,7 +188,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Social
|
id: Social
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 80
|
startLine: 80
|
||||||
|
@ -223,7 +223,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Toilet
|
id: Toilet
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 83
|
startLine: 83
|
||||||
|
@ -258,7 +258,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Hygiene
|
id: Hygiene
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 84
|
startLine: 84
|
||||||
|
@ -293,7 +293,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Entertainment
|
id: Entertainment
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 85
|
startLine: 85
|
||||||
|
@ -328,7 +328,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 92
|
startLine: 92
|
||||||
|
@ -363,7 +363,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassiveReduction
|
id: PassiveReduction
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 96
|
startLine: 96
|
||||||
|
@ -398,7 +398,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NeedLowAction
|
id: NeedLowAction
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 100
|
startLine: 100
|
||||||
|
@ -433,7 +433,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NeedLowTime
|
id: NeedLowTime
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 104
|
startLine: 104
|
||||||
|
@ -468,7 +468,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SolveImportance
|
id: SolveImportance
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 109
|
startLine: 109
|
||||||
|
@ -503,7 +503,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 119
|
startLine: 119
|
||||||
|
@ -554,7 +554,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Need.cs
|
path: TinyLife/Need.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: Need.cs
|
path: Need.cs
|
||||||
startLine: 132
|
startLine: 132
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AbstractSpot
|
id: AbstractSpot
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 14
|
startLine: 14
|
||||||
|
@ -76,7 +76,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: YOffset
|
id: YOffset
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 19
|
startLine: 19
|
||||||
|
@ -113,7 +113,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Offset
|
id: Offset
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -146,7 +146,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VisualOffset
|
id: VisualOffset
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 28
|
startLine: 28
|
||||||
|
@ -179,7 +179,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ValidDirections
|
id: ValidDirections
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 34
|
startLine: 34
|
||||||
|
@ -214,7 +214,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Group
|
id: Group
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 41
|
startLine: 41
|
||||||
|
@ -247,7 +247,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrawLayer
|
id: DrawLayer
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 46
|
startLine: 46
|
||||||
|
@ -280,7 +280,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 57
|
startLine: 57
|
||||||
|
@ -328,7 +328,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetValidDirections
|
id: GetValidDirections
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 69
|
startLine: 69
|
||||||
|
@ -367,7 +367,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetLocation
|
id: GetLocation
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 80
|
startLine: 80
|
||||||
|
@ -409,7 +409,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoGroupsOverlap
|
id: DoGroupsOverlap
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 91
|
startLine: 91
|
||||||
|
|
|
@ -27,7 +27,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionSpot
|
id: ActionSpot
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 100
|
startLine: 100
|
||||||
|
@ -84,7 +84,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CategoryRestriction
|
id: CategoryRestriction
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 107
|
startLine: 107
|
||||||
|
@ -117,7 +117,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 114
|
startLine: 114
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 124
|
startLine: 124
|
||||||
|
@ -204,7 +204,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 135
|
startLine: 135
|
||||||
|
@ -252,7 +252,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeDirections
|
id: GetFreeDirections
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 147
|
startLine: 147
|
||||||
|
@ -294,7 +294,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetOccupants
|
id: GetOccupants
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 167
|
startLine: 167
|
||||||
|
@ -336,7 +336,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BedSpots
|
id: BedSpots
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 181
|
startLine: 181
|
||||||
|
@ -377,7 +377,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BenchSpots
|
id: BenchSpots
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 208
|
startLine: 208
|
||||||
|
@ -418,7 +418,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PicnicTableSpots
|
id: PicnicTableSpots
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 229
|
startLine: 229
|
||||||
|
@ -459,7 +459,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AllSpots
|
id: AllSpots
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 252
|
startLine: 252
|
||||||
|
@ -503,7 +503,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPicnicBenchDrawLayer
|
id: GetPicnicBenchDrawLayer
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 267
|
startLine: 267
|
||||||
|
|
|
@ -18,7 +18,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Person.cs
|
path: TinyLife/Objects/Person.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AgeGroup
|
id: AgeGroup
|
||||||
path: Objects/Person.cs
|
path: Objects/Person.cs
|
||||||
startLine: 2263
|
startLine: 2263
|
||||||
|
@ -63,7 +63,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Person.cs
|
path: TinyLife/Objects/Person.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: Objects/Person.cs
|
path: Objects/Person.cs
|
||||||
startLine: 2271
|
startLine: 2271
|
||||||
|
@ -97,7 +97,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Person.cs
|
path: TinyLife/Objects/Person.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Adult
|
id: Adult
|
||||||
path: Objects/Person.cs
|
path: Objects/Person.cs
|
||||||
startLine: 2277
|
startLine: 2277
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BrokenBehavior
|
id: BrokenBehavior
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 148
|
startLine: 148
|
||||||
|
@ -66,7 +66,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Puddles
|
id: Puddles
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 154
|
startLine: 154
|
||||||
|
@ -100,7 +100,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Dripping
|
id: Dripping
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 158
|
startLine: 158
|
||||||
|
@ -134,7 +134,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ElectricityCrackle
|
id: ElectricityCrackle
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 162
|
startLine: 162
|
||||||
|
@ -168,7 +168,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Smoke
|
id: Smoke
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 166
|
startLine: 166
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Electrocution
|
id: Electrocution
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 170
|
startLine: 170
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BreakableFurniture
|
id: BreakableFurniture
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnWearDown
|
id: OnWearDown
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -192,7 +192,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnBreak
|
id: OnBreak
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 28
|
startLine: 28
|
||||||
|
@ -225,7 +225,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Broken
|
id: Broken
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 34
|
startLine: 34
|
||||||
|
@ -268,7 +268,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 40
|
startLine: 40
|
||||||
|
@ -319,7 +319,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 44
|
startLine: 44
|
||||||
|
@ -365,7 +365,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WearDown
|
id: WearDown
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 99
|
startLine: 99
|
||||||
|
@ -403,7 +403,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionUpdate
|
id: ActionUpdate
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 113
|
startLine: 113
|
||||||
|
@ -454,7 +454,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 125
|
startLine: 125
|
||||||
|
@ -492,7 +492,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDescription
|
id: GetDescription
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 130
|
startLine: 130
|
||||||
|
@ -530,7 +530,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
path: TinyLife/Objects/BreakableFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDecorativeRating
|
id: GetDecorativeRating
|
||||||
path: Objects/BreakableFurniture.cs
|
path: Objects/BreakableFurniture.cs
|
||||||
startLine: 141
|
startLine: 141
|
||||||
|
|
|
@ -36,7 +36,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Clothes
|
id: Clothes
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 24
|
startLine: 24
|
||||||
|
@ -90,7 +90,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Layers
|
id: Layers
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 30
|
startLine: 30
|
||||||
|
@ -127,7 +127,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 34
|
startLine: 34
|
||||||
|
@ -164,7 +164,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ReferencePrice
|
id: ReferencePrice
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 40
|
startLine: 40
|
||||||
|
@ -199,7 +199,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 123
|
startLine: 123
|
||||||
|
@ -234,7 +234,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Layer
|
id: Layer
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 127
|
startLine: 127
|
||||||
|
@ -269,7 +269,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TextureRegions
|
id: TextureRegions
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 133
|
startLine: 133
|
||||||
|
@ -304,7 +304,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Colors
|
id: Colors
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 138
|
startLine: 138
|
||||||
|
@ -339,7 +339,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Price
|
id: Price
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 143
|
startLine: 143
|
||||||
|
@ -374,7 +374,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Intentions
|
id: Intentions
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 148
|
startLine: 148
|
||||||
|
@ -409,7 +409,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 153
|
startLine: 153
|
||||||
|
@ -446,7 +446,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NonBuyable
|
id: NonBuyable
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 158
|
startLine: 158
|
||||||
|
@ -483,7 +483,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Ages
|
id: Ages
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 163
|
startLine: 163
|
||||||
|
@ -520,7 +520,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DepthFunction
|
id: DepthFunction
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 168
|
startLine: 168
|
||||||
|
@ -557,7 +557,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 179
|
startLine: 179
|
||||||
|
@ -611,7 +611,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 192
|
startLine: 192
|
||||||
|
@ -648,7 +648,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIntentionDescription
|
id: GetIntentionDescription
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 200
|
startLine: 200
|
||||||
|
@ -683,7 +683,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 211
|
startLine: 211
|
||||||
|
@ -721,7 +721,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetClothes
|
id: GetClothes
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 222
|
startLine: 222
|
||||||
|
@ -765,7 +765,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIntentionPercentage
|
id: GetIntentionPercentage
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 236
|
startLine: 236
|
||||||
|
@ -812,7 +812,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIntentionMatchingOutfit
|
id: GetIntentionMatchingOutfit
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 255
|
startLine: 255
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ClothesIntention
|
id: ClothesIntention
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 358
|
startLine: 358
|
||||||
|
@ -70,7 +70,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: None
|
id: None
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 362
|
startLine: 362
|
||||||
|
@ -102,7 +102,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Everyday
|
id: Everyday
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 363
|
startLine: 363
|
||||||
|
@ -134,7 +134,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Party
|
id: Party
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 364
|
startLine: 364
|
||||||
|
@ -166,7 +166,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Formal
|
id: Formal
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 365
|
startLine: 365
|
||||||
|
@ -198,7 +198,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Workout
|
id: Workout
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 366
|
startLine: 366
|
||||||
|
@ -230,7 +230,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Swimwear
|
id: Swimwear
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 367
|
startLine: 367
|
||||||
|
@ -262,7 +262,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sleep
|
id: Sleep
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 368
|
startLine: 368
|
||||||
|
@ -294,7 +294,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Summer
|
id: Summer
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 369
|
startLine: 369
|
||||||
|
@ -326,7 +326,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Winter
|
id: Winter
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 370
|
startLine: 370
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ClothesLayer
|
id: ClothesLayer
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 320
|
startLine: 320
|
||||||
|
@ -70,7 +70,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Body
|
id: Body
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 326
|
startLine: 326
|
||||||
|
@ -104,7 +104,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Eyes
|
id: Eyes
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 330
|
startLine: 330
|
||||||
|
@ -138,7 +138,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pants
|
id: Pants
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 334
|
startLine: 334
|
||||||
|
@ -172,7 +172,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Arms
|
id: Arms
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 338
|
startLine: 338
|
||||||
|
@ -206,7 +206,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Shirt
|
id: Shirt
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 342
|
startLine: 342
|
||||||
|
@ -240,7 +240,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Hair
|
id: Hair
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 346
|
startLine: 346
|
||||||
|
@ -274,7 +274,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Clothes.cs
|
path: TinyLife/Objects/Clothes.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Shoes
|
id: Shoes
|
||||||
path: Objects/Clothes.cs
|
path: Objects/Clothes.cs
|
||||||
startLine: 350
|
startLine: 350
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Counter
|
id: Counter
|
||||||
path: Objects/CornerFurniture.cs
|
path: Objects/CornerFurniture.cs
|
||||||
startLine: 96
|
startLine: 96
|
||||||
|
@ -154,7 +154,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/CornerFurniture.cs
|
path: Objects/CornerFurniture.cs
|
||||||
startLine: 99
|
startLine: 99
|
||||||
|
@ -205,7 +205,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShouldConnectTo
|
id: ShouldConnectTo
|
||||||
path: Objects/CornerFurniture.cs
|
path: Objects/CornerFurniture.cs
|
||||||
startLine: 103
|
startLine: 103
|
||||||
|
@ -247,7 +247,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCornerStatus
|
id: GetCornerStatus
|
||||||
path: Objects/CornerFurniture.cs
|
path: Objects/CornerFurniture.cs
|
||||||
startLine: 108
|
startLine: 108
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CornerFurniture
|
id: CornerFurniture
|
||||||
path: Objects/CornerFurniture.cs
|
path: Objects/CornerFurniture.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
@ -155,7 +155,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/CornerFurniture.cs
|
path: Objects/CornerFurniture.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -206,7 +206,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShouldConnectTo
|
id: ShouldConnectTo
|
||||||
path: Objects/CornerFurniture.cs
|
path: Objects/CornerFurniture.cs
|
||||||
startLine: 34
|
startLine: 34
|
||||||
|
@ -247,7 +247,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCornerStatus
|
id: GetCornerStatus
|
||||||
path: Objects/CornerFurniture.cs
|
path: Objects/CornerFurniture.cs
|
||||||
startLine: 44
|
startLine: 44
|
||||||
|
@ -291,7 +291,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: Objects/CornerFurniture.cs
|
path: Objects/CornerFurniture.cs
|
||||||
startLine: 62
|
startLine: 62
|
||||||
|
@ -369,7 +369,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnNeighborChanged
|
id: OnNeighborChanged
|
||||||
path: Objects/CornerFurniture.cs
|
path: Objects/CornerFurniture.cs
|
||||||
startLine: 70
|
startLine: 70
|
||||||
|
@ -408,7 +408,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/CornerFurniture.cs
|
path: TinyLife/Objects/CornerFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Objects/CornerFurniture.cs
|
path: Objects/CornerFurniture.cs
|
||||||
startLine: 75
|
startLine: 75
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fence.cs
|
path: TinyLife/Objects/Fence.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fence
|
id: Fence
|
||||||
path: Objects/Fence.cs
|
path: Objects/Fence.cs
|
||||||
startLine: 13
|
startLine: 13
|
||||||
|
@ -152,7 +152,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fence.cs
|
path: TinyLife/Objects/Fence.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/Fence.cs
|
path: Objects/Fence.cs
|
||||||
startLine: 19
|
startLine: 19
|
||||||
|
@ -203,7 +203,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fence.cs
|
path: TinyLife/Objects/Fence.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: Objects/Fence.cs
|
path: Objects/Fence.cs
|
||||||
startLine: 25
|
startLine: 25
|
||||||
|
@ -281,7 +281,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fence.cs
|
path: TinyLife/Objects/Fence.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Objects/Fence.cs
|
path: Objects/Fence.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
@ -319,7 +319,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fence.cs
|
path: TinyLife/Objects/Fence.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnNeighborChanged
|
id: OnNeighborChanged
|
||||||
path: Objects/Fence.cs
|
path: Objects/Fence.cs
|
||||||
startLine: 43
|
startLine: 43
|
||||||
|
@ -358,7 +358,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fence.cs
|
path: TinyLife/Objects/Fence.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShouldConnectTo
|
id: ShouldConnectTo
|
||||||
path: Objects/Fence.cs
|
path: Objects/Fence.cs
|
||||||
startLine: 53
|
startLine: 53
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fireplace
|
id: Fireplace
|
||||||
path: Objects/Fireplace.cs
|
path: Objects/Fireplace.cs
|
||||||
startLine: 16
|
startLine: 16
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsElectrical
|
id: IsElectrical
|
||||||
path: Objects/Fireplace.cs
|
path: Objects/Fireplace.cs
|
||||||
startLine: 19
|
startLine: 19
|
||||||
|
@ -199,7 +199,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LightSize
|
id: LightSize
|
||||||
path: Objects/Fireplace.cs
|
path: Objects/Fireplace.cs
|
||||||
startLine: 24
|
startLine: 24
|
||||||
|
@ -238,7 +238,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/Fireplace.cs
|
path: Objects/Fireplace.cs
|
||||||
startLine: 30
|
startLine: 30
|
||||||
|
@ -289,7 +289,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: Objects/Fireplace.cs
|
path: Objects/Fireplace.cs
|
||||||
startLine: 40
|
startLine: 40
|
||||||
|
@ -367,7 +367,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Objects/Fireplace.cs
|
path: Objects/Fireplace.cs
|
||||||
startLine: 50
|
startLine: 50
|
||||||
|
@ -412,7 +412,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Fireplace.cs
|
path: TinyLife/Objects/Fireplace.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateLights
|
id: CreateLights
|
||||||
path: Objects/Fireplace.cs
|
path: Objects/Fireplace.cs
|
||||||
startLine: 62
|
startLine: 62
|
||||||
|
|
|
@ -20,7 +20,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Food.cs
|
path: TinyLife/Objects/Food.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Food
|
id: Food
|
||||||
path: Objects/Food.cs
|
path: Objects/Food.cs
|
||||||
startLine: 13
|
startLine: 13
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Food.cs
|
path: TinyLife/Objects/Food.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FoodLeft
|
id: FoodLeft
|
||||||
path: Objects/Food.cs
|
path: Objects/Food.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Food.cs
|
path: TinyLife/Objects/Food.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/Food.cs
|
path: Objects/Food.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -253,7 +253,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Food.cs
|
path: TinyLife/Objects/Food.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: Objects/Food.cs
|
path: Objects/Food.cs
|
||||||
startLine: 28
|
startLine: 28
|
||||||
|
@ -331,7 +331,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Food.cs
|
path: TinyLife/Objects/Food.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHoverInfo
|
id: GetHoverInfo
|
||||||
path: Objects/Food.cs
|
path: Objects/Food.cs
|
||||||
startLine: 40
|
startLine: 40
|
||||||
|
|
|
@ -24,7 +24,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FoodTypedItem
|
id: FoodTypedItem
|
||||||
path: Objects/FoodTypedItem.cs
|
path: Objects/FoodTypedItem.cs
|
||||||
startLine: 12
|
startLine: 12
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FoodType
|
id: FoodType
|
||||||
path: Objects/FoodTypedItem.cs
|
path: Objects/FoodTypedItem.cs
|
||||||
startLine: 18
|
startLine: 18
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExpirationTime
|
id: ExpirationTime
|
||||||
path: Objects/FoodTypedItem.cs
|
path: Objects/FoodTypedItem.cs
|
||||||
startLine: 24
|
startLine: 24
|
||||||
|
@ -245,7 +245,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ServingSize
|
id: ServingSize
|
||||||
path: Objects/FoodTypedItem.cs
|
path: Objects/FoodTypedItem.cs
|
||||||
startLine: 30
|
startLine: 30
|
||||||
|
@ -288,7 +288,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Expired
|
id: Expired
|
||||||
path: Objects/FoodTypedItem.cs
|
path: Objects/FoodTypedItem.cs
|
||||||
startLine: 35
|
startLine: 35
|
||||||
|
@ -325,7 +325,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/FoodTypedItem.cs
|
path: Objects/FoodTypedItem.cs
|
||||||
startLine: 38
|
startLine: 38
|
||||||
|
@ -376,7 +376,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Objects/FoodTypedItem.cs
|
path: Objects/FoodTypedItem.cs
|
||||||
startLine: 43
|
startLine: 43
|
||||||
|
@ -414,7 +414,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHoverInfo
|
id: GetHoverInfo
|
||||||
path: Objects/FoodTypedItem.cs
|
path: Objects/FoodTypedItem.cs
|
||||||
startLine: 48
|
startLine: 48
|
||||||
|
@ -452,7 +452,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FoodTypedItem.cs
|
path: TinyLife/Objects/FoodTypedItem.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Objects/FoodTypedItem.cs
|
path: Objects/FoodTypedItem.cs
|
||||||
startLine: 58
|
startLine: 58
|
||||||
|
|
|
@ -74,7 +74,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Furniture
|
id: Furniture
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 26
|
startLine: 26
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Random
|
id: Random
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 32
|
startLine: 32
|
||||||
|
@ -197,7 +197,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnGetDescription
|
id: OnGetDescription
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 39
|
startLine: 39
|
||||||
|
@ -230,7 +230,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnSetCreator
|
id: OnSetCreator
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 45
|
startLine: 45
|
||||||
|
@ -263,7 +263,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnGetDirty
|
id: OnGetDirty
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 50
|
startLine: 50
|
||||||
|
@ -296,7 +296,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnDirty
|
id: OnDirty
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 55
|
startLine: 55
|
||||||
|
@ -329,7 +329,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 61
|
startLine: 61
|
||||||
|
@ -374,7 +374,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Rotation
|
id: Rotation
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 67
|
startLine: 67
|
||||||
|
@ -417,7 +417,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ParentFurniture
|
id: ParentFurniture
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 72
|
startLine: 72
|
||||||
|
@ -454,7 +454,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ParentObjectSpot
|
id: ParentObjectSpot
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 77
|
startLine: 77
|
||||||
|
@ -491,7 +491,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasParent
|
id: HasParent
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 82
|
startLine: 82
|
||||||
|
@ -528,7 +528,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Colors
|
id: Colors
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 88
|
startLine: 88
|
||||||
|
@ -571,7 +571,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Area
|
id: Area
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 92
|
startLine: 92
|
||||||
|
@ -608,7 +608,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VisualPosition
|
id: VisualPosition
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 97
|
startLine: 97
|
||||||
|
@ -645,7 +645,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DevaluedThroughUse
|
id: DevaluedThroughUse
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 103
|
startLine: 103
|
||||||
|
@ -692,7 +692,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AreUtilitiesDisabled
|
id: AreUtilitiesDisabled
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 108
|
startLine: 108
|
||||||
|
@ -729,7 +729,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsStatic
|
id: IsStatic
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 113
|
startLine: 113
|
||||||
|
@ -776,7 +776,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreatorId
|
id: CreatorId
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 119
|
startLine: 119
|
||||||
|
@ -827,7 +827,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Quality
|
id: Quality
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 127
|
startLine: 127
|
||||||
|
@ -874,7 +874,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeDirty
|
id: CanBeDirty
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 132
|
startLine: 132
|
||||||
|
@ -911,7 +911,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Dirty
|
id: Dirty
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 138
|
startLine: 138
|
||||||
|
@ -958,7 +958,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CustomPrice
|
id: CustomPrice
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 144
|
startLine: 144
|
||||||
|
@ -1005,7 +1005,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Creator
|
id: Creator
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 149
|
startLine: 149
|
||||||
|
@ -1042,7 +1042,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 167
|
startLine: 167
|
||||||
|
@ -1093,7 +1093,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 175
|
startLine: 175
|
||||||
|
@ -1146,7 +1146,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 207
|
startLine: 207
|
||||||
|
@ -1184,7 +1184,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Intersects
|
id: Intersects
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 234
|
startLine: 234
|
||||||
|
@ -1226,7 +1226,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCategories
|
id: GetCategories
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 239
|
startLine: 239
|
||||||
|
@ -1270,7 +1270,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnAdded
|
id: OnAdded
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 244
|
startLine: 244
|
||||||
|
@ -1305,7 +1305,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnRemoved
|
id: OnRemoved
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 250
|
startLine: 250
|
||||||
|
@ -1340,7 +1340,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetAiPriority
|
id: GetAiPriority
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 257
|
startLine: 257
|
||||||
|
@ -1385,7 +1385,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetVisibility
|
id: GetVisibility
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 266
|
startLine: 266
|
||||||
|
@ -1423,7 +1423,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnActionCompleted
|
id: OnActionCompleted
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 271
|
startLine: 271
|
||||||
|
@ -1468,7 +1468,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionUpdate
|
id: ActionUpdate
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 281
|
startLine: 281
|
||||||
|
@ -1519,7 +1519,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 311
|
startLine: 311
|
||||||
|
@ -1596,7 +1596,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 319
|
startLine: 319
|
||||||
|
@ -1635,7 +1635,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDescription
|
id: GetDescription
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 331
|
startLine: 331
|
||||||
|
@ -1672,7 +1672,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDecorativeRating
|
id: GetDecorativeRating
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 363
|
startLine: 363
|
||||||
|
@ -1713,7 +1713,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDirty
|
id: GetDirty
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 373
|
startLine: 373
|
||||||
|
@ -1751,7 +1751,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetCreator
|
id: SetCreator
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 390
|
startLine: 390
|
||||||
|
@ -1792,7 +1792,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnNeighborChanged
|
id: OnNeighborChanged
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 408
|
startLine: 408
|
||||||
|
@ -1830,7 +1830,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrawUi
|
id: DrawUi
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 420
|
startLine: 420
|
||||||
|
@ -1881,7 +1881,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeActionSpots
|
id: GetFreeActionSpots
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 435
|
startLine: 435
|
||||||
|
@ -1923,7 +1923,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeActionSpot
|
id: GetFreeActionSpot
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 451
|
startLine: 451
|
||||||
|
@ -1965,7 +1965,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeActionSpotInfo
|
id: GetFreeActionSpotInfo
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 458
|
startLine: 458
|
||||||
|
@ -2010,7 +2010,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetActionSpotInfo
|
id: GetActionSpotInfo
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 470
|
startLine: 470
|
||||||
|
@ -2055,7 +2055,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeObjectSpot
|
id: GetFreeObjectSpot
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 482
|
startLine: 482
|
||||||
|
@ -2065,7 +2065,7 @@ items:
|
||||||
summary: "\nReturns the first free <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> on this furniture.\nFree, in this case, is any object spot that isn't already occupied by a different furniture.\n"
|
summary: "\nReturns the first free <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> on this furniture.\nFree, in this case, is any object spot that isn't already occupied by a different furniture.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public ObjectSpot GetFreeObjectSpot(FurnitureType type, Vector2? position = null)
|
content: public ObjectSpot GetFreeObjectSpot(FurnitureType type, Vector2? position = default(Vector2? ))
|
||||||
parameters:
|
parameters:
|
||||||
- id: type
|
- id: type
|
||||||
type: TinyLife.Objects.FurnitureType
|
type: TinyLife.Objects.FurnitureType
|
||||||
|
@ -2100,7 +2100,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetParent
|
id: SetParent
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 496
|
startLine: 496
|
||||||
|
@ -2139,7 +2139,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UnlinkParentsAndChildren
|
id: UnlinkParentsAndChildren
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 510
|
startLine: 510
|
||||||
|
@ -2171,7 +2171,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveAndUnlink
|
id: RemoveAndUnlink
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 520
|
startLine: 520
|
||||||
|
@ -2203,7 +2203,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetChildren
|
id: GetChildren
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 530
|
startLine: 530
|
||||||
|
@ -2245,7 +2245,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveChildren
|
id: RemoveChildren
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 541
|
startLine: 541
|
||||||
|
@ -2292,7 +2292,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveChild
|
id: RemoveChild
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 555
|
startLine: 555
|
||||||
|
@ -2331,7 +2331,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddChild
|
id: AddChild
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 574
|
startLine: 574
|
||||||
|
@ -2342,7 +2342,7 @@ items:
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: >-
|
content: >-
|
||||||
public T AddChild<T>(FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = null, Vector2? position = null)
|
public T AddChild<T>(FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = default(Guid? ), Vector2? position = default(Vector2? ))
|
||||||
where T : Furniture
|
where T : Furniture
|
||||||
parameters:
|
parameters:
|
||||||
- id: type
|
- id: type
|
||||||
|
@ -2390,7 +2390,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddChild
|
id: AddChild
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 589
|
startLine: 589
|
||||||
|
@ -2400,7 +2400,7 @@ items:
|
||||||
summary: "\nAdds a child to this furniture, setting its parent (<xref href=\"TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectSpot)\" data-throw-if-not-resolved=\"false\"></xref>) to this furniture and adding it to this furniture's <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nThe object spot selected is the first available object spot.\n"
|
summary: "\nAdds a child to this furniture, setting its parent (<xref href=\"TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectSpot)\" data-throw-if-not-resolved=\"false\"></xref>) to this furniture and adding it to this furniture's <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nThe object spot selected is the first available object spot.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public bool AddChild(Furniture item, Direction2 rotation, Vector2? position = null)
|
content: public bool AddChild(Furniture item, Direction2 rotation, Vector2? position = default(Vector2? ))
|
||||||
parameters:
|
parameters:
|
||||||
- id: item
|
- id: item
|
||||||
type: TinyLife.Objects.Furniture
|
type: TinyLife.Objects.Furniture
|
||||||
|
@ -2438,7 +2438,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetChild
|
id: SetChild
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 606
|
startLine: 606
|
||||||
|
@ -2448,7 +2448,7 @@ items:
|
||||||
summary: "\nSets the child element in the given object spot to the given furniture and adds it to this furniture's <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nIf there are already children in the given object spot, those are removed prior to adding the new child.\n"
|
summary: "\nSets the child element in the given object spot to the given furniture and adds it to this furniture's <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nIf there are already children in the given object spot, those are removed prior to adding the new child.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public void SetChild(ObjectSpot spot, FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = null)
|
content: public void SetChild(ObjectSpot spot, FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = default(Guid? ))
|
||||||
parameters:
|
parameters:
|
||||||
- id: spot
|
- id: spot
|
||||||
type: TinyLife.Objects.ObjectSpot
|
type: TinyLife.Objects.ObjectSpot
|
||||||
|
@ -2489,7 +2489,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetChild
|
id: SetChild
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 617
|
startLine: 617
|
||||||
|
@ -2531,7 +2531,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NotifyNeighbors
|
id: NotifyNeighbors
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 629
|
startLine: 629
|
||||||
|
@ -2563,7 +2563,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Furniture.cs
|
path: TinyLife/Objects/Furniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetNewId
|
id: SetNewId
|
||||||
path: Objects/Furniture.cs
|
path: Objects/Furniture.cs
|
||||||
startLine: 642
|
startLine: 642
|
||||||
|
|
|
@ -46,7 +46,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TypeSettings
|
id: TypeSettings
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 396
|
startLine: 396
|
||||||
|
@ -94,7 +94,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 401
|
startLine: 401
|
||||||
|
@ -127,7 +127,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Size
|
id: Size
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 405
|
startLine: 405
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Categories
|
id: Categories
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 409
|
startLine: 409
|
||||||
|
@ -193,7 +193,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionSpots
|
id: ActionSpots
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 414
|
startLine: 414
|
||||||
|
@ -226,7 +226,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ObjectSpots
|
id: ObjectSpots
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 419
|
startLine: 419
|
||||||
|
@ -259,7 +259,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ColorSchemes
|
id: ColorSchemes
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 424
|
startLine: 424
|
||||||
|
@ -292,7 +292,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ColorMap
|
id: ColorMap
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 429
|
startLine: 429
|
||||||
|
@ -325,7 +325,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DefaultColors
|
id: DefaultColors
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 434
|
startLine: 434
|
||||||
|
@ -358,7 +358,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DefaultRotation
|
id: DefaultRotation
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 438
|
startLine: 438
|
||||||
|
@ -391,7 +391,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedType
|
id: ConstructedType
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 444
|
startLine: 444
|
||||||
|
@ -424,7 +424,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Price
|
id: Price
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 448
|
startLine: 448
|
||||||
|
@ -457,7 +457,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BuyableVariations
|
id: BuyableVariations
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 454
|
startLine: 454
|
||||||
|
@ -490,7 +490,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HeldScale
|
id: HeldScale
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 458
|
startLine: 458
|
||||||
|
@ -523,7 +523,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HeldPivot
|
id: HeldPivot
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 463
|
startLine: 463
|
||||||
|
@ -556,7 +556,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DecorativeRating
|
id: DecorativeRating
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 470
|
startLine: 470
|
||||||
|
@ -589,7 +589,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 475
|
startLine: 475
|
||||||
|
@ -622,7 +622,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reliability
|
id: Reliability
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 481
|
startLine: 481
|
||||||
|
@ -655,7 +655,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BrokenBehavior
|
id: BrokenBehavior
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 486
|
startLine: 486
|
||||||
|
@ -688,7 +688,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ElectricityRating
|
id: ElectricityRating
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 491
|
startLine: 491
|
||||||
|
@ -721,7 +721,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WaterRating
|
id: WaterRating
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 496
|
startLine: 496
|
||||||
|
@ -754,7 +754,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Visibility
|
id: Visibility
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 502
|
startLine: 502
|
||||||
|
@ -787,7 +787,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Tab
|
id: Tab
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 507
|
startLine: 507
|
||||||
|
@ -820,7 +820,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TextureName
|
id: TextureName
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 512
|
startLine: 512
|
||||||
|
@ -853,7 +853,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateLights
|
id: CreateLights
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 517
|
startLine: 517
|
||||||
|
@ -886,7 +886,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DirtyOverlayTextureName
|
id: DirtyOverlayTextureName
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 524
|
startLine: 524
|
||||||
|
@ -919,7 +919,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DistanceFromObstructions
|
id: DistanceFromObstructions
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 530
|
startLine: 530
|
||||||
|
@ -952,7 +952,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 542
|
startLine: 542
|
||||||
|
@ -1003,7 +1003,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetData
|
id: SetData
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 563
|
startLine: 563
|
||||||
|
@ -1041,7 +1041,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetData
|
id: GetData
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 569
|
startLine: 569
|
||||||
|
@ -1084,7 +1084,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDataKeys
|
id: GetDataKeys
|
||||||
path: Objects/FurnitureType.cs
|
path: Objects/FurnitureType.cs
|
||||||
startLine: 574
|
startLine: 574
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -20,7 +20,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Gravestone.cs
|
path: TinyLife/Objects/Gravestone.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Gravestone
|
id: Gravestone
|
||||||
path: Objects/Gravestone.cs
|
path: Objects/Gravestone.cs
|
||||||
startLine: 8
|
startLine: 8
|
||||||
|
@ -153,7 +153,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Gravestone.cs
|
path: TinyLife/Objects/Gravestone.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DeadPerson
|
id: DeadPerson
|
||||||
path: Objects/Gravestone.cs
|
path: Objects/Gravestone.cs
|
||||||
startLine: 14
|
startLine: 14
|
||||||
|
@ -190,7 +190,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Gravestone.cs
|
path: TinyLife/Objects/Gravestone.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reason
|
id: Reason
|
||||||
path: Objects/Gravestone.cs
|
path: Objects/Gravestone.cs
|
||||||
startLine: 22
|
startLine: 22
|
||||||
|
@ -233,7 +233,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Gravestone.cs
|
path: TinyLife/Objects/Gravestone.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/Gravestone.cs
|
path: Objects/Gravestone.cs
|
||||||
startLine: 27
|
startLine: 27
|
||||||
|
@ -284,7 +284,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Gravestone.cs
|
path: TinyLife/Objects/Gravestone.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHoverInfo
|
id: GetHoverInfo
|
||||||
path: Objects/Gravestone.cs
|
path: Objects/Gravestone.cs
|
||||||
startLine: 32
|
startLine: 32
|
||||||
|
|
|
@ -17,7 +17,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/IUpdatingObject.cs
|
path: TinyLife/Objects/IUpdatingObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IUpdatingObject
|
id: IUpdatingObject
|
||||||
path: Objects/IUpdatingObject.cs
|
path: Objects/IUpdatingObject.cs
|
||||||
startLine: 9
|
startLine: 9
|
||||||
|
@ -52,7 +52,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/IUpdatingObject.cs
|
path: TinyLife/Objects/IUpdatingObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Objects/IUpdatingObject.cs
|
path: Objects/IUpdatingObject.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Light.cs
|
path: TinyLife/Objects/Light.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Light
|
id: Light
|
||||||
path: Objects/Light.cs
|
path: Objects/Light.cs
|
||||||
startLine: 12
|
startLine: 12
|
||||||
|
@ -71,7 +71,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Light.cs
|
path: TinyLife/Objects/Light.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CircleTexture
|
id: CircleTexture
|
||||||
path: Objects/Light.cs
|
path: Objects/Light.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
@ -108,7 +108,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Light.cs
|
path: TinyLife/Objects/Light.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Map
|
id: Map
|
||||||
path: Objects/Light.cs
|
path: Objects/Light.cs
|
||||||
startLine: 22
|
startLine: 22
|
||||||
|
@ -143,7 +143,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Light.cs
|
path: TinyLife/Objects/Light.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Texture
|
id: Texture
|
||||||
path: Objects/Light.cs
|
path: Objects/Light.cs
|
||||||
startLine: 27
|
startLine: 27
|
||||||
|
@ -178,7 +178,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Light.cs
|
path: TinyLife/Objects/Light.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UpwardsOffset
|
id: UpwardsOffset
|
||||||
path: Objects/Light.cs
|
path: Objects/Light.cs
|
||||||
startLine: 31
|
startLine: 31
|
||||||
|
@ -211,7 +211,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Light.cs
|
path: TinyLife/Objects/Light.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Position
|
id: Position
|
||||||
path: Objects/Light.cs
|
path: Objects/Light.cs
|
||||||
startLine: 36
|
startLine: 36
|
||||||
|
@ -248,7 +248,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Light.cs
|
path: TinyLife/Objects/Light.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Size
|
id: Size
|
||||||
path: Objects/Light.cs
|
path: Objects/Light.cs
|
||||||
startLine: 51
|
startLine: 51
|
||||||
|
@ -281,7 +281,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Light.cs
|
path: TinyLife/Objects/Light.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Color
|
id: Color
|
||||||
path: Objects/Light.cs
|
path: Objects/Light.cs
|
||||||
startLine: 56
|
startLine: 56
|
||||||
|
@ -314,7 +314,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Light.cs
|
path: TinyLife/Objects/Light.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsDisabled
|
id: IsDisabled
|
||||||
path: Objects/Light.cs
|
path: Objects/Light.cs
|
||||||
startLine: 61
|
startLine: 61
|
||||||
|
@ -347,7 +347,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Light.cs
|
path: TinyLife/Objects/Light.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/Light.cs
|
path: Objects/Light.cs
|
||||||
startLine: 73
|
startLine: 73
|
||||||
|
@ -395,7 +395,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Light.cs
|
path: TinyLife/Objects/Light.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: Objects/Light.cs
|
path: Objects/Light.cs
|
||||||
startLine: 86
|
startLine: 86
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/LightFurniture.cs
|
path: TinyLife/Objects/LightFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LightFurniture
|
id: LightFurniture
|
||||||
path: Objects/LightFurniture.cs
|
path: Objects/LightFurniture.cs
|
||||||
startLine: 12
|
startLine: 12
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/LightFurniture.cs
|
path: TinyLife/Objects/LightFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Lights
|
id: Lights
|
||||||
path: Objects/LightFurniture.cs
|
path: Objects/LightFurniture.cs
|
||||||
startLine: 17
|
startLine: 17
|
||||||
|
@ -196,7 +196,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/LightFurniture.cs
|
path: TinyLife/Objects/LightFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsDisabled
|
id: IsDisabled
|
||||||
path: Objects/LightFurniture.cs
|
path: Objects/LightFurniture.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
@ -239,7 +239,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/LightFurniture.cs
|
path: TinyLife/Objects/LightFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsElectrical
|
id: IsElectrical
|
||||||
path: Objects/LightFurniture.cs
|
path: Objects/LightFurniture.cs
|
||||||
startLine: 29
|
startLine: 29
|
||||||
|
@ -278,7 +278,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/LightFurniture.cs
|
path: TinyLife/Objects/LightFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/LightFurniture.cs
|
path: Objects/LightFurniture.cs
|
||||||
startLine: 32
|
startLine: 32
|
||||||
|
@ -329,7 +329,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/LightFurniture.cs
|
path: TinyLife/Objects/LightFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: Objects/LightFurniture.cs
|
path: Objects/LightFurniture.cs
|
||||||
startLine: 37
|
startLine: 37
|
||||||
|
@ -375,7 +375,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/LightFurniture.cs
|
path: TinyLife/Objects/LightFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnAdded
|
id: OnAdded
|
||||||
path: Objects/LightFurniture.cs
|
path: Objects/LightFurniture.cs
|
||||||
startLine: 45
|
startLine: 45
|
||||||
|
@ -410,7 +410,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/LightFurniture.cs
|
path: TinyLife/Objects/LightFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnRemoved
|
id: OnRemoved
|
||||||
path: Objects/LightFurniture.cs
|
path: Objects/LightFurniture.cs
|
||||||
startLine: 51
|
startLine: 51
|
||||||
|
@ -445,7 +445,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/LightFurniture.cs
|
path: TinyLife/Objects/LightFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Objects/LightFurniture.cs
|
path: Objects/LightFurniture.cs
|
||||||
startLine: 57
|
startLine: 57
|
||||||
|
@ -483,7 +483,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/LightFurniture.cs
|
path: TinyLife/Objects/LightFurniture.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateLights
|
id: CreateLights
|
||||||
path: Objects/LightFurniture.cs
|
path: Objects/LightFurniture.cs
|
||||||
startLine: 70
|
startLine: 70
|
||||||
|
|
|
@ -46,7 +46,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MapObject
|
id: MapObject
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 28
|
startLine: 28
|
||||||
|
@ -115,7 +115,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PersonRotationOrder
|
id: PersonRotationOrder
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 34
|
startLine: 34
|
||||||
|
@ -152,7 +152,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCreated
|
id: OnCreated
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 40
|
startLine: 40
|
||||||
|
@ -187,7 +187,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnValidated
|
id: OnValidated
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 45
|
startLine: 45
|
||||||
|
@ -222,7 +222,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnEventsAttachable
|
id: OnEventsAttachable
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 50
|
startLine: 50
|
||||||
|
@ -257,7 +257,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnDraw
|
id: OnDraw
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 58
|
startLine: 58
|
||||||
|
@ -290,7 +290,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnUpdate
|
id: OnUpdate
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 64
|
startLine: 64
|
||||||
|
@ -323,7 +323,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Id
|
id: Id
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 69
|
startLine: 69
|
||||||
|
@ -372,7 +372,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Map
|
id: Map
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 75
|
startLine: 75
|
||||||
|
@ -409,7 +409,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Position
|
id: Position
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 80
|
startLine: 80
|
||||||
|
@ -458,7 +458,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentLot
|
id: CurrentLot
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 101
|
startLine: 101
|
||||||
|
@ -495,7 +495,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsInWorld
|
id: IsInWorld
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 105
|
startLine: 105
|
||||||
|
@ -532,7 +532,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 115
|
startLine: 115
|
||||||
|
@ -574,7 +574,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 133
|
startLine: 133
|
||||||
|
@ -624,7 +624,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Intersects
|
id: Intersects
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 142
|
startLine: 142
|
||||||
|
@ -665,7 +665,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 152
|
startLine: 152
|
||||||
|
@ -702,7 +702,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCategories
|
id: GetCategories
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 163
|
startLine: 163
|
||||||
|
@ -743,7 +743,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnAdded
|
id: OnAdded
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 171
|
startLine: 171
|
||||||
|
@ -777,7 +777,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnRemoved
|
id: OnRemoved
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 178
|
startLine: 178
|
||||||
|
@ -811,7 +811,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHoverInfo
|
id: GetHoverInfo
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 186
|
startLine: 186
|
||||||
|
@ -848,7 +848,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetAiPriority
|
id: GetAiPriority
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 199
|
startLine: 199
|
||||||
|
@ -892,7 +892,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnActionCompleted
|
id: OnActionCompleted
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 211
|
startLine: 211
|
||||||
|
@ -936,7 +936,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionUpdate
|
id: ActionUpdate
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 224
|
startLine: 224
|
||||||
|
@ -986,7 +986,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetVisibility
|
id: GetVisibility
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 233
|
startLine: 233
|
||||||
|
@ -1023,7 +1023,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeActionSpotInfo
|
id: GetFreeActionSpotInfo
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 243
|
startLine: 243
|
||||||
|
@ -1067,7 +1067,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCameraRotationChanged
|
id: OnCameraRotationChanged
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 253
|
startLine: 253
|
||||||
|
@ -1108,7 +1108,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetMapAndValidate
|
id: SetMapAndValidate
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 261
|
startLine: 261
|
||||||
|
@ -1147,7 +1147,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasCategory
|
id: HasCategory
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 272
|
startLine: 272
|
||||||
|
@ -1189,7 +1189,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetEfficiencyModifier
|
id: GetEfficiencyModifier
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 288
|
startLine: 288
|
||||||
|
@ -1242,7 +1242,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrawColumns
|
id: DrawColumns
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 332
|
startLine: 332
|
||||||
|
@ -1334,7 +1334,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetModCategory
|
id: GetModCategory
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 395
|
startLine: 395
|
||||||
|
|
|
@ -79,7 +79,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ObjectCategory
|
id: ObjectCategory
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 450
|
startLine: 450
|
||||||
|
@ -145,7 +145,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Nothing
|
id: Nothing
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 453
|
startLine: 453
|
||||||
|
@ -182,7 +182,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Ground
|
id: Ground
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 455
|
startLine: 455
|
||||||
|
@ -219,7 +219,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Chair
|
id: Chair
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 457
|
startLine: 457
|
||||||
|
@ -256,7 +256,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Toilet
|
id: Toilet
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 459
|
startLine: 459
|
||||||
|
@ -293,7 +293,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SingleBed
|
id: SingleBed
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 461
|
startLine: 461
|
||||||
|
@ -330,7 +330,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoubleBed
|
id: DoubleBed
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 463
|
startLine: 463
|
||||||
|
@ -367,7 +367,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fridge
|
id: Fridge
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 465
|
startLine: 465
|
||||||
|
@ -404,7 +404,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Shower
|
id: Shower
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 467
|
startLine: 467
|
||||||
|
@ -441,7 +441,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Counter
|
id: Counter
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 469
|
startLine: 469
|
||||||
|
@ -478,7 +478,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Stove
|
id: Stove
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 471
|
startLine: 471
|
||||||
|
@ -515,7 +515,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SmallObject
|
id: SmallObject
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 473
|
startLine: 473
|
||||||
|
@ -552,7 +552,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NonBuyable
|
id: NonBuyable
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 475
|
startLine: 475
|
||||||
|
@ -589,7 +589,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Table
|
id: Table
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 477
|
startLine: 477
|
||||||
|
@ -626,7 +626,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Holdable
|
id: Holdable
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 479
|
startLine: 479
|
||||||
|
@ -663,7 +663,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DeskObject
|
id: DeskObject
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 481
|
startLine: 481
|
||||||
|
@ -700,7 +700,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisallowedOnGround
|
id: DisallowedOnGround
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 483
|
startLine: 483
|
||||||
|
@ -737,7 +737,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Computer
|
id: Computer
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 485
|
startLine: 485
|
||||||
|
@ -774,7 +774,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sink
|
id: Sink
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 487
|
startLine: 487
|
||||||
|
@ -811,7 +811,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CounterObject
|
id: CounterObject
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 489
|
startLine: 489
|
||||||
|
@ -848,7 +848,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Cleanable
|
id: Cleanable
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 491
|
startLine: 491
|
||||||
|
@ -885,7 +885,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: People
|
id: People
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 493
|
startLine: 493
|
||||||
|
@ -922,7 +922,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mailbox
|
id: Mailbox
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 495
|
startLine: 495
|
||||||
|
@ -959,7 +959,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Wardrobe
|
id: Wardrobe
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 497
|
startLine: 497
|
||||||
|
@ -996,7 +996,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NaturalGroundRequired
|
id: NaturalGroundRequired
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 499
|
startLine: 499
|
||||||
|
@ -1033,7 +1033,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Self
|
id: Self
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 501
|
startLine: 501
|
||||||
|
@ -1070,7 +1070,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WallHanging
|
id: WallHanging
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 503
|
startLine: 503
|
||||||
|
@ -1107,7 +1107,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ForceGridPlacement
|
id: ForceGridPlacement
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 505
|
startLine: 505
|
||||||
|
@ -1144,7 +1144,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Easel
|
id: Easel
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 507
|
startLine: 507
|
||||||
|
@ -1181,7 +1181,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mirror
|
id: Mirror
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 509
|
startLine: 509
|
||||||
|
@ -1218,7 +1218,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Bookshelf
|
id: Bookshelf
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 511
|
startLine: 511
|
||||||
|
@ -1255,7 +1255,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NonColliding
|
id: NonColliding
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 513
|
startLine: 513
|
||||||
|
@ -1292,7 +1292,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Gravestone
|
id: Gravestone
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 515
|
startLine: 515
|
||||||
|
@ -1329,7 +1329,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NonSellable
|
id: NonSellable
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 517
|
startLine: 517
|
||||||
|
@ -1366,7 +1366,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NonMovable
|
id: NonMovable
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 519
|
startLine: 519
|
||||||
|
@ -1403,7 +1403,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Tree
|
id: Tree
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 521
|
startLine: 521
|
||||||
|
@ -1440,7 +1440,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Television
|
id: Television
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 523
|
startLine: 523
|
||||||
|
@ -1477,7 +1477,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BartendingObject
|
id: BartendingObject
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 525
|
startLine: 525
|
||||||
|
@ -1514,7 +1514,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Walls
|
id: Walls
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 527
|
startLine: 527
|
||||||
|
@ -1551,7 +1551,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkoutEquipment
|
id: WorkoutEquipment
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 529
|
startLine: 529
|
||||||
|
@ -1588,7 +1588,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LargeSurfaceObject
|
id: LargeSurfaceObject
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 531
|
startLine: 531
|
||||||
|
@ -1625,7 +1625,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StandingDesk
|
id: StandingDesk
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 533
|
startLine: 533
|
||||||
|
@ -1662,7 +1662,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Lamp
|
id: Lamp
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 535
|
startLine: 535
|
||||||
|
@ -1699,7 +1699,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CeilingHanging
|
id: CeilingHanging
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 537
|
startLine: 537
|
||||||
|
@ -1736,7 +1736,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCoverWindow
|
id: CanCoverWindow
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 539
|
startLine: 539
|
||||||
|
@ -1773,7 +1773,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCoverDoor
|
id: CanCoverDoor
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 541
|
startLine: 541
|
||||||
|
@ -1810,7 +1810,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Barbecue
|
id: Barbecue
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 543
|
startLine: 543
|
||||||
|
@ -1847,7 +1847,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TrashCan
|
id: TrashCan
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 545
|
startLine: 545
|
||||||
|
@ -1884,7 +1884,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeThrownAway
|
id: CanBeThrownAway
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 547
|
startLine: 547
|
||||||
|
@ -1921,7 +1921,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpecialInteractable
|
id: SpecialInteractable
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 549
|
startLine: 549
|
||||||
|
@ -1958,7 +1958,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeScrapped
|
id: CanBeScrapped
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 551
|
startLine: 551
|
||||||
|
@ -1995,7 +1995,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ObstructedByRoofs
|
id: ObstructedByRoofs
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 553
|
startLine: 553
|
||||||
|
@ -2032,7 +2032,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RoofAttached
|
id: RoofAttached
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 555
|
startLine: 555
|
||||||
|
@ -2069,7 +2069,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fireplaces
|
id: Fireplaces
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 557
|
startLine: 557
|
||||||
|
@ -2106,7 +2106,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToyBox
|
id: ToyBox
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 559
|
startLine: 559
|
||||||
|
@ -2143,7 +2143,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 562
|
startLine: 562
|
||||||
|
@ -2179,7 +2179,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_Implicit
|
id: op_Implicit
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 566
|
startLine: 566
|
||||||
|
@ -2219,7 +2219,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_Implicit
|
id: op_Implicit
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 567
|
startLine: 567
|
||||||
|
@ -2259,7 +2259,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_Implicit
|
id: op_Implicit
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 568
|
startLine: 568
|
||||||
|
@ -2299,7 +2299,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_Implicit
|
id: op_Implicit
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 569
|
startLine: 569
|
||||||
|
@ -2339,7 +2339,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_BitwiseOr
|
id: op_BitwiseOr
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 570
|
startLine: 570
|
||||||
|
@ -2378,7 +2378,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_BitwiseAnd
|
id: op_BitwiseAnd
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 571
|
startLine: 571
|
||||||
|
@ -2417,7 +2417,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_ExclusiveOr
|
id: op_ExclusiveOr
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 572
|
startLine: 572
|
||||||
|
@ -2456,7 +2456,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/MapObject.cs
|
path: TinyLife/Objects/MapObject.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_OnesComplement
|
id: op_OnesComplement
|
||||||
path: Objects/MapObject.cs
|
path: Objects/MapObject.cs
|
||||||
startLine: 573
|
startLine: 573
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ObjectSpot
|
id: ObjectSpot
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 282
|
startLine: 282
|
||||||
|
@ -83,7 +83,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsFurnitureAllowed
|
id: IsFurnitureAllowed
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 287
|
startLine: 287
|
||||||
|
@ -118,7 +118,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 296
|
startLine: 296
|
||||||
|
@ -166,7 +166,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 308
|
startLine: 308
|
||||||
|
@ -217,7 +217,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetContents
|
id: GetContents
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 322
|
startLine: 322
|
||||||
|
@ -267,7 +267,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TableSpots
|
id: TableSpots
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 334
|
startLine: 334
|
||||||
|
@ -308,7 +308,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PicnicTableSpots
|
id: PicnicTableSpots
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 357
|
startLine: 357
|
||||||
|
@ -349,7 +349,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CounterSpots
|
id: CounterSpots
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 372
|
startLine: 372
|
||||||
|
@ -390,7 +390,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BarSpots
|
id: BarSpots
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 386
|
startLine: 386
|
||||||
|
@ -427,7 +427,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoubleShelfSpots
|
id: DoubleShelfSpots
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 399
|
startLine: 399
|
||||||
|
@ -468,7 +468,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/ActionSpot.cs
|
path: TinyLife/Objects/ActionSpot.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DeskSpots
|
id: DeskSpots
|
||||||
path: Objects/ActionSpot.cs
|
path: Objects/ActionSpot.cs
|
||||||
startLine: 411
|
startLine: 411
|
||||||
|
|
|
@ -18,7 +18,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/OverlayWallHanging.cs
|
path: TinyLife/Objects/OverlayWallHanging.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OverlayWallHanging
|
id: OverlayWallHanging
|
||||||
path: Objects/OverlayWallHanging.cs
|
path: Objects/OverlayWallHanging.cs
|
||||||
startLine: 13
|
startLine: 13
|
||||||
|
@ -151,7 +151,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/OverlayWallHanging.cs
|
path: TinyLife/Objects/OverlayWallHanging.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/OverlayWallHanging.cs
|
path: Objects/OverlayWallHanging.cs
|
||||||
startLine: 18
|
startLine: 18
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/OverlayWallHanging.cs
|
path: TinyLife/Objects/OverlayWallHanging.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: Objects/OverlayWallHanging.cs
|
path: Objects/OverlayWallHanging.cs
|
||||||
startLine: 23
|
startLine: 23
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Painting.cs
|
path: TinyLife/Objects/Painting.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Painting
|
id: Painting
|
||||||
path: Objects/Painting.cs
|
path: Objects/Painting.cs
|
||||||
startLine: 14
|
startLine: 14
|
||||||
|
@ -153,7 +153,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Painting.cs
|
path: TinyLife/Objects/Painting.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PaintingType
|
id: PaintingType
|
||||||
path: Objects/Painting.cs
|
path: Objects/Painting.cs
|
||||||
startLine: 20
|
startLine: 20
|
||||||
|
@ -196,7 +196,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Painting.cs
|
path: TinyLife/Objects/Painting.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Progress
|
id: Progress
|
||||||
path: Objects/Painting.cs
|
path: Objects/Painting.cs
|
||||||
startLine: 26
|
startLine: 26
|
||||||
|
@ -239,7 +239,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Painting.cs
|
path: TinyLife/Objects/Painting.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: Objects/Painting.cs
|
path: Objects/Painting.cs
|
||||||
startLine: 30
|
startLine: 30
|
||||||
|
@ -290,7 +290,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Painting.cs
|
path: TinyLife/Objects/Painting.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: Objects/Painting.cs
|
path: Objects/Painting.cs
|
||||||
startLine: 36
|
startLine: 36
|
||||||
|
@ -368,7 +368,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Painting.cs
|
path: TinyLife/Objects/Painting.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: Objects/Painting.cs
|
path: Objects/Painting.cs
|
||||||
startLine: 51
|
startLine: 51
|
||||||
|
@ -406,7 +406,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Painting.cs
|
path: TinyLife/Objects/Painting.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: Objects/Painting.cs
|
path: Objects/Painting.cs
|
||||||
startLine: 56
|
startLine: 56
|
||||||
|
@ -444,7 +444,7 @@ items:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/Painting.cs
|
path: TinyLife/Objects/Painting.cs
|
||||||
branch: master
|
branch: master
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHoverInfo
|
id: GetHoverInfo
|
||||||
path: Objects/Painting.cs
|
path: Objects/Painting.cs
|
||||||
startLine: 61
|
startLine: 61
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue