using UnityEngine; namespace Plugins.JNGame { public static class NSystem { public static void Log(string log) { Debug.Log($"[JNGame] {log}"); } } }