예제 #1
0
파일: Specials.cs 프로젝트: k0204/Harmony
 static void Prefix(ConcreteClass __instance, string def, AnotherStruct loc)
 {
     Console.WriteLine("ConcreteClass_Patch.Prefix");
 }
예제 #2
0
 static void Prefix(ConcreteClass __instance, string def, AnotherStruct loc)
 {
     TestTools.Log("ConcreteClass_Patch.Method.Prefix");
 }