using System; using UnityEngine; public class CIGApp { public static void Quit() { Application.Quit(); } public static void ForceQuit() { Application.Quit(); } }