// Start is called before the first frame update
    void Start()
    {
        //Singleton<ConfigLoad>.Instance.Load(null);

        StartCoroutine(behaviorData.LoadConfig());

        StartCoroutine(Delay());
    }