using System.Collections.Generic; namespace HitFeedback { public class Config { public Dictionary probability = new Dictionary(); } }