From 473fef5f3dba8253d8b797831128ccbd263fe44d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 29 May 2023 11:26:33 +0200 Subject: [PATCH] added issue tracker URL to example mod --- ExampleMod.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ExampleMod.cs b/ExampleMod.cs index d2b8980..2ce33b1 100644 --- a/ExampleMod.cs +++ b/ExampleMod.cs @@ -31,6 +31,7 @@ public class ExampleMod : Mod { public override string Name => "Example Mod"; public override string Description => "This is the example mod for Tiny Life!"; public override TextureRegion Icon => this.uiTextures[new Point(0, 0)]; + public override string IssueTrackerUrl => "https://github.com/Ellpeck/TinyLifeExampleMod/issues"; private Dictionary customTops; private Dictionary customHairs;