using UnityEngine; public class GamePreload : Singleton { public void Test(string msg) { Debug.Log($"GamePreload.Test:{msg}"); } }