BGJ-2022.1/Assets/Scripts/Player/PlayerController.cs

9 lines
125 B
C#

using UnityEngine;
namespace Player
{
public class PlayerController : MonoBehaviour
{
private int i;
}
}