16 lines
181 B
C#

using UnityEngine;
public class PlayerBase : MonoBehaviour
{
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}