Files
example-top-down-unity/Assets/Player/NewBehaviourScript.cs
julius 9201677c1b -Added Items
-Added item stacking
-adding and removing items
2022-02-10 19:56:25 +01:00

19 lines
302 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NewBehaviourScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}