Files

18 lines
429 B
C#
Raw Permalink Normal View History

2026-08-27 10:56:38 -06:00
using System;
// Stub replacement for .NET Reactor runtime (Class16)
// The original loaded protobuf-net from an encrypted embedded resource.
// When compiling from source, protobuf-net.dll is referenced directly.
internal class Class16
{
internal static void kLjw4iIsCLsZtxc4lksN0j()
{
// No-op: protobuf-net is referenced directly
}
internal static bool smethod_3()
{
return true;
}
}