Use external library for API interface and IPC.

This commit is contained in:
Ottermandias 2022-10-08 02:02:33 +02:00
parent b3f048bfe6
commit 918d5db6a6
69 changed files with 4026 additions and 1873 deletions

7
tmp/Enums/GroupType.cs Normal file
View file

@ -0,0 +1,7 @@
namespace Penumbra.Api.Enums;
public enum GroupType
{
Single,
Multi,
}