Files
test/Assets/PerfectWorld/Scripts/Players/EC_ElsePlayer.cs
T
2025-09-08 01:27:59 +07:00

17 lines
284 B
C#

using UnityEngine;
public class EC_ElsePlayer : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}