Esempio n. 1
0
 static void Prefix(ConcreteClass __instance, string def, AnotherStruct loc)
 {
     Console.WriteLine("ConcreteClass_Patch.Prefix");
 }
Esempio n. 2
0
 static void Prefix(ConcreteClass __instance, string def, AnotherStruct loc)
 {
     TestTools.Log("ConcreteClass_Patch.Method.Prefix");
 }