using System.Collections.Generic; namespace MoleMole { public class ConfigAntiEmulator { public bool Enable; public List DeviceModelList; } }