From 510f0f3f223be3c0f33d17581e7c063193a928d3 Mon Sep 17 00:00:00 2001 From: Chiss5618 <78828070+Chiss5618@users.noreply.github.com> Date: Thu, 20 Oct 2022 19:32:33 -0500 Subject: [PATCH] Update ModHelperData.cs --- ModHelperData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ModHelperData.cs b/ModHelperData.cs index a16c687..94e471a 100644 --- a/ModHelperData.cs +++ b/ModHelperData.cs @@ -3,10 +3,10 @@ namespace Theseus; public static class ModHelperData { public const string Version = "1.0.0"; - public const string Name = "Theseus"; + public const string Name = "The Adventurer"; public const string Description = "Adds Theseus, an adventurer with a powerful arsenal of laser weapons!"; public const string RepoOwner = "Chiss5618"; public const string RepoName = "Theseus"; -} \ No newline at end of file +}