mirror of
https://github.com/anegostudios/vsmodtemplate
synced 2025-07-05 04:44:30 -07:00
Renamed solution and project
Removed example mod Updated to VintageStory 1.5.3
This commit is contained in:
parent
daf267d3f1
commit
23905479ab
11 changed files with 13 additions and 175 deletions
|
@ -3,25 +3,13 @@ using Vintagestory.API.Client;
|
|||
using Vintagestory.API.Common;
|
||||
using Vintagestory.API.Server;
|
||||
|
||||
namespace VSExampleMods
|
||||
namespace VSModLauncher
|
||||
{
|
||||
/// <summary>
|
||||
/// Redirects all log entries into the visual studio output window. Only for your convenience during development and testing.
|
||||
/// </summary>
|
||||
public class RedirectLogs : ModBase
|
||||
public class RedirectLogs : ModSystem
|
||||
{
|
||||
public override ModInfo GetModInfo()
|
||||
{
|
||||
return new ModInfo()
|
||||
{
|
||||
Name = "RedirectLogs",
|
||||
Version = "1.0",
|
||||
GameVersions = new string[] { "1.5+" },
|
||||
Description = "Redirecting logs to VS",
|
||||
Author = "Tyron",
|
||||
Website = "https://github.com/anegostudios/vsmodtemplate"
|
||||
};
|
||||
}
|
||||
|
||||
public override bool ShouldLoad(EnumAppSide side)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue