Skip to content

Commit

Permalink
Update ModHelperData.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chissl authored Oct 21, 2022
1 parent a69495d commit 510f0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ModHelperData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}

0 comments on commit 510f0f3

Please sign in to comment.