fix: Update show elesplayer,

This commit is contained in:
tung.do@monkey.edu.vn
2025-09-08 01:27:59 +07:00
parent b67ca3d945
commit 3eee335208
9 changed files with 202 additions and 80 deletions
@@ -0,0 +1,16 @@
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()
{
}
}