Exemple #1
0
    public void Start()
    {
        FromTo fromto = Instance.GetInstance <FromTo>();

        if (fromto)
        {
            fromto.RegistAgent(this);
            if (OnStart != null)
            {
                OnStart();
            }
        }
    }