uff, lot of work

This commit is contained in:
Schedel Pascal
2024-08-02 11:47:38 +02:00
parent db5191b0b8
commit b08c7619a4
81 changed files with 388 additions and 290 deletions

View File

@@ -0,0 +1,7 @@
using OwnChar.Api.Packets;
namespace OwnChar.Api.Packets.General;
public class LogoutResponse : OwnCharResponse
{
}