16 lines
181 B
C#
Raw Normal View History

2026-01-21 20:27:45 +05:30
using UnityEngine;
public class PlayerBase : MonoBehaviour
{
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}