Project cleanup | Makes more sense for the user now.

This commit is contained in:
Michael C | lorexcold
2025-10-23 01:13:01 +02:00
parent 0f1fcf4db9
commit c2856d31e2
5 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ExamplePatchMod.Patches
{
internal class ExamplePatchClass
{
}
}