mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-19 13:36:53 +02:00
9 lines
218 B
C#
9 lines
218 B
C#
using System.Text.Json.Serialization;
|
|
|
|
namespace Ryujinx.Common.Logging
|
|
{
|
|
[JsonSerializable(typeof(LogEventArgsJson))]
|
|
internal partial class LogEventJsonSerializerContext : JsonSerializerContext
|
|
{
|
|
}
|
|
}
|