Files
Library/OwnChar/Api/Packets/General/UpdateResponse.cs
Schedel Pascal b08c7619a4 uff, lot of work
2024-08-02 11:47:38 +02:00

8 lines
121 B
C#

using OwnChar.Api.Packets;
namespace OwnChar.Api.Packets.General;
public class UpdateResponse : OwnCharResponse
{
}