예제 #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");
 }