Files
2026-06-04 11:42:34 +02:00

13 lines
236 B
C#

using System;
using System.Collections.Generic;
namespace RecNet
{
// Token: 0x02000DA1 RID: 3489
public interface INMKELLJKBO
{
// Token: 0x0601C698 RID: 116376
void Deserialize(Dictionary<string, object> NILLMCJCHJH);
}
}