Project cleanup | Makes more sense for the user now.
This commit is contained in:
12
Patches/ExamplePatchClass.cs
Normal file
12
Patches/ExamplePatchClass.cs
Normal 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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user