13 lines
321 B
C#
13 lines
321 B
C#
// using System.Reflection;
|
|
// using Aki.Reflection.Patching;
|
|
//
|
|
// namespace CWX_LockPicking
|
|
// {
|
|
// public class LockPickerButtonPatch : ModulePatch
|
|
// {
|
|
// protected override MethodBase GetTargetMethod()
|
|
// {
|
|
// throw new System.NotImplementedException();
|
|
// }
|
|
// }
|
|
// } |