Files
BH3/Assets/Scripts/Assembly-CSharp/MoleMole/ConfigAntiCheat.cs
2025-08-13 09:26:42 +08:00

14 lines
181 B
C#

using System.Collections.Generic;
namespace MoleMole
{
public class ConfigAntiCheat
{
public bool Enable;
public List<string> LibList;
public List<string> ProcList;
}
}