Field Node Setup

This commit is contained in:
brausjonas
2023-01-23 19:43:54 +01:00
parent 7f202327c0
commit e0a24ad8b3
31 changed files with 989 additions and 121 deletions
@@ -0,0 +1,11 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class LooseCoinsField : Field
{
public override void Action()
{
}
}