void InitialRole(IRole _role) { if (_role == null) return; _role.Initial (); _role.AnimEventCallback = OnAnimEventHandle; }