Пример #1
0
 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");
 }