Major Fishing changes

This commit is contained in:
s-prechtl 2022-06-08 22:19:40 +02:00
parent 1a12d986c4
commit 9e91220be4
11 changed files with 173 additions and 49 deletions

View file

@ -14,16 +14,6 @@ namespace Tiles
this._sprite = GenerateSpriteFromFile(pathToImageFile);
}
protected void Start()
{
}
protected void Update()
{
}
public void DayLightStep()
{