using System.Collections.Generic; namespace ET { public class AIDispatcherComponent: Entity { public static AIDispatcherComponent Instance; public Dictionary AIHandlers = new Dictionary(); } }