ping_pong/Assets/Scripts/Player_02.cs
2025-03-30 20:12:08 +05:30

17 lines
280 B
C#

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