Merge sprechtl develop

This commit is contained in:
s-prechtl 2022-06-09 00:00:26 +02:00
commit f8da73695c
4 changed files with 45 additions and 16 deletions

View file

@ -15,6 +15,9 @@ namespace Tiles
{
this._gameObject = gameObject;
this._sprite = GenerateSpriteFromFile(pathToImageFile);
}
public void DayLightStep()
HouseController.NewDayEvent.AddListener(DayLightStep);
}