using UnityEngine; namespace Model { public class Interop { public static void Log() { Debug.Log("aaaaaaaaaaaaaaaaaaaaaaaa"); } } }