18 lines
429 B
C#
18 lines
429 B
C#
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;
|
||
|
|
}
|
||
|
|
}
|