Untitled

 avatar
unknown
plain_text
2 months ago
140 B
5
Indexable
using UnityEngine;

public class PlayerController : MonoBehaviour
{
    void Start()
    {
    }

    void Update()
    {
    }
}
Editor is loading...
Leave a Comment