Пример #1
0

        
Пример #2
0
 public void Init(IPatchZoneContext context)
 {
 }
Пример #3
0
 public void Init(IPatchZoneContext context)
 {
     Context = context;
     Harmony = new Harmony("Farm Rotation");
 }
 public void Init(IPatchZoneContext context)
 {
     Context = context;
     Harmony = new Harmony("Resource Deltas");
 }
Пример #5
0
 public static void RegisterProxyService <TService, TProxyService>(this IPatchZoneContext context)
 {
     context.RegisterServicePatch(typeof(TService), typeof(TProxyService));
 }
Пример #6
0
 public void Init(IPatchZoneContext context)
 {
     Context = context;
     Harmony = new Harmony("PatchZoneHotkey");
 }