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