CWX-mods/Live/CWX_LockPicking/LockPickerButtonPatch.cs

13 lines
321 B
C#
Raw Normal View History

2023-10-06 18:59:22 +01:00
// using System.Reflection;
// using Aki.Reflection.Patching;
//
// namespace CWX_LockPicking
// {
// public class LockPickerButtonPatch : ModulePatch
// {
// protected override MethodBase GetTargetMethod()
// {
// throw new System.NotImplementedException();
// }
// }
// }