overhaul provider structure

This commit is contained in:
2024-05-16 10:20:36 +02:00
parent b4a73df174
commit 5055540f76
4 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OwnChar.Manager
{
public class OwnCharManager
{
}
}