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