using System.Collections; using System.Collections.Generic; using UnityEngine; public class Hello { public static void Run() { Debug.Log("Hello, HybridCLR"); } public void AA() { Debug.Log("Hello, AA"); } }