This commit is contained in:
AliIbnAbiTalib
2023-04-03 21:17:18 +02:00
parent 27eb835c32
commit 658d73df56
7 changed files with 346 additions and 447 deletions
@@ -7,6 +7,7 @@ public abstract class Field : MonoBehaviour
//Liste der nächsten Feld, die auf das diesige Feld folgen
[SerializeField] private Field[] target;
[SerializeField] private Arrow[] directionalArrows;
public Item placedItem;
/*
* Field Definition: