Esempio n. 1
0
 internal void Start() => Harmony.CreateAndPatchAll(typeof(Hooks));
Esempio n. 2
0
 private void Awake()
 {
     logger = this.Logger;
     Harmony.CreateAndPatchAll(Assembly.GetExecutingAssembly());
 }
Esempio n. 3
0
        public override void Load()
        {
            Harmony _harmony;

            _harmony = Harmony.CreateAndPatchAll(Assembly.GetExecutingAssembly());
        }