Interop.cs 128 B

12345678910
  1. using UnityEngine;
  2. public class Interop
  3. {
  4. public static void Log()
  5. {
  6. Debug.Log("11111111111111111111");
  7. }
  8. }