111
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
using UnityEngine;
|
||||
using Tuan.GameFramework;
|
||||
|
||||
public class GamePreload : Singleton<GamePreload>
|
||||
namespace Tuan.GameScripts.Preload
|
||||
{
|
||||
public void Test(string msg)
|
||||
public class GamePreload : Singleton<GamePreload>
|
||||
{
|
||||
Debug.Log($"GamePreload.Test:{msg}");
|
||||
public void Test(string msg)
|
||||
{
|
||||
Debug.Log($"GamePreload.Test:{msg}");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user