Compare commits

..

2 Commits

Author SHA1 Message Date
t0stiman 1aec1bda60 update the jsons 2025-02-03 17:00:42 +01:00
t0stiman 42e4c0bd4c RR experimental 2026.6.8 compatibility 2025-02-03 17:00:32 +01:00
3 changed files with 7 additions and 2 deletions

View File

@ -4,7 +4,7 @@ using HarmonyLib;
namespace doot.Patches; namespace doot.Patches;
[HarmonyPatch(typeof(HornPlayer))] [HarmonyPatch(typeof(HornPlayer))]
[HarmonyPatch(nameof(HornPlayer.Start))] [HarmonyPatch(nameof(HornPlayer.OnEnable))]
public class HornPlayer_Patch public class HornPlayer_Patch
{ {
private static void Postfix(ref HornPlayer __instance) private static void Postfix(ref HornPlayer __instance)

View File

@ -1,6 +1,6 @@
{ {
"Id": "doot", "Id": "doot",
"Version": "0.0.1", "Version": "0.0.2",
"DisplayName": "doot", "DisplayName": "doot",
"Author": "Tostiman", "Author": "Tostiman",
"EntryMethod": "doot.Main.Load", "EntryMethod": "doot.Main.Load",

View File

@ -1,5 +1,10 @@
{ {
"Releases": [ "Releases": [
{
"Id": "doot",
"Version": "0.0.2",
"DownloadUrl": "https://git.tostiman.com/tostiman/rr_doot/releases/download/v0.0.2/doot.zip"
},
{ {
"Id": "doot", "Id": "doot",
"Version": "0.0.1", "Version": "0.0.1",