This commit is contained in:
h z
2024-06-28 20:46:30 +08:00
commit 36d98438e2
7 changed files with 62 additions and 0 deletions

6
Ports/IBasePort.cs Normal file
View File

@@ -0,0 +1,6 @@
namespace Enigmos.Ports;
public interface IBasePort
{
}