Add project files.

This commit is contained in:
2023-06-02 15:36:44 -05:00
parent b44f7d78c6
commit fd2cea2a28
8 changed files with 183 additions and 0 deletions

7
Squiddler-Server/Api.cs Normal file
View File

@@ -0,0 +1,7 @@
namespace Squiddler_Server
{
public class Api
{
}
}