暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MonoCecilEditorTests.cs 272B

123456789101112131415
  1. using UnityEngine;
  2. using UnityEditor;
  3. using UnityEngine.TestTools;
  4. using NUnit.Framework;
  5. using System.Collections;
  6. using Mono.Cecil;
  7. using Mono.Cecil.Cil;
  8. class MonoCecilEditorTests {
  9. [Test]
  10. public void EditorSampleTestSimplePasses() {
  11. Assert.IsTrue(true);
  12. }
  13. }