mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Use external library for API interface and IPC.
This commit is contained in:
parent
b3f048bfe6
commit
918d5db6a6
69 changed files with 4026 additions and 1873 deletions
7
tmp/Enums/GroupType.cs
Normal file
7
tmp/Enums/GroupType.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace Penumbra.Api.Enums;
|
||||
|
||||
public enum GroupType
|
||||
{
|
||||
Single,
|
||||
Multi,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue