Ejemplo n.º 1
0

        
Ejemplo n.º 2
0
 public void Init(IPatchZoneContext context)
 {
 }
Ejemplo n.º 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");
 }
Ejemplo n.º 5
0
 public static void RegisterProxyService <TService, TProxyService>(this IPatchZoneContext context)
 {
     context.RegisterServicePatch(typeof(TService), typeof(TProxyService));
 }
Ejemplo n.º 6
0
 public void Init(IPatchZoneContext context)
 {
     Context = context;
     Harmony = new Harmony("PatchZoneHotkey");
 }