using UnityEngine;

public class InstallPackage : MonoBehaviour
{
    public string packageName = "com.unity.inputsystem";
    
}