This commit is contained in:
s-prechtl 2022-06-09 09:56:11 +02:00
parent f25892b1e8
commit 1b0f890b0b

View file

@ -42,6 +42,8 @@ public class FishingController : MonoBehaviour {
void Start() {
ResetFishing();
_ampsXY = new Vector2(10, 10);
_iv = Inventory.instance;
_ic = ItemContainer.Instance;
}
// Update is called once per frame