Files
harvestdale-unity/Assets/Scripts/PlayerController.cs
Janis ae0b21f9e9 a
2023-03-01 22:28:06 +01:00

21 lines
283 B
C#

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