예제 #1
0
 internal void Start() => Harmony.CreateAndPatchAll(typeof(Hooks));
예제 #2
0
파일: Plugin.cs 프로젝트: jsza/valheim-mods
 private void Awake()
 {
     logger = this.Logger;
     Harmony.CreateAndPatchAll(Assembly.GetExecutingAssembly());
 }
예제 #3
0
        public override void Load()
        {
            Harmony _harmony;

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