Compare commits
No commits in common. "1aec1bda609ca51e80c30df3b64dc3ff80339843" and "bd9ee968f5a9b8bbd76b32b6497177605f557dbe" have entirely different histories.
1aec1bda60
...
bd9ee968f5
|
|
@ -4,7 +4,7 @@ using HarmonyLib;
|
|||
namespace doot.Patches;
|
||||
|
||||
[HarmonyPatch(typeof(HornPlayer))]
|
||||
[HarmonyPatch(nameof(HornPlayer.OnEnable))]
|
||||
[HarmonyPatch(nameof(HornPlayer.Start))]
|
||||
public class HornPlayer_Patch
|
||||
{
|
||||
private static void Postfix(ref HornPlayer __instance)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Id": "doot",
|
||||
"Version": "0.0.2",
|
||||
"Version": "0.0.1",
|
||||
"DisplayName": "doot",
|
||||
"Author": "Tostiman",
|
||||
"EntryMethod": "doot.Main.Load",
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
{
|
||||
"Releases": [
|
||||
{
|
||||
"Id": "doot",
|
||||
"Version": "0.0.2",
|
||||
"DownloadUrl": "https://git.tostiman.com/tostiman/rr_doot/releases/download/v0.0.2/doot.zip"
|
||||
},
|
||||
{
|
||||
"Id": "doot",
|
||||
"Version": "0.0.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue