Files
BABA_YAGA/Assets/Scripts/Player/PlayerCollision.cs
manhduyhoang90 e22280eb94 asdasd
2026-05-01 17:18:59 +07:00

17 lines
286 B
C#

using UnityEngine;
public class PlayerCollision : 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()
{
}
}