using UnityEngine; public class AppInitController : MonoBehaviour { void Start() { } void Update() { } }