using System.Collections.Generic; namespace ET.PeopleBehave { [ComponentOf(typeof(Scene))] public class PeopleBehaveComponent: Entity, IAwake { public static PeopleBehaveComponent Instance { get; set; } public Dictionary AllBehaveDict = new (); } }