Skip to content

Commit

Permalink
fix: Fix creature egg example mod (#454)
Browse files Browse the repository at this point in the history
Patch correct class
  • Loading branch information
LeeTwentyThree committed Aug 31, 2023
1 parent c127bd9 commit f400a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example mod/CreatureEggExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ private void Awake()
*/
customEgg.Register();

Harmony.CreateAndPatchAll(typeof(CreatureEggExample), PluginInfo.PLUGIN_GUID);
Harmony.CreateAndPatchAll(typeof(Patcher), PluginInfo.PLUGIN_GUID);
}
}

0 comments on commit f400a5e

Please sign in to comment.