8 lines
121 B
C#
8 lines
121 B
C#
using OwnChar.Api.Packets;
|
|
|
|
namespace OwnChar.Api.Packets.General;
|
|
|
|
public class UpdateResponse : OwnCharResponse
|
|
{
|
|
}
|