using Cal; using System; using System.Collections.Generic; namespace ET { public class SkillOptionFactoryComponent:Entity { public static SkillOptionFactoryComponent inatnce; public readonly Dictionary allBuffSystemTypes = new Dictionary(); } }