Exemplo n.º 1
0
 protected virtual void OnMouseEnter()
 {
     Callback_OnMouseEnter?.Invoke();
     InputMgr.OnEnterUnit(this);
 }