Example #1
0
 private void Attack()
 {
     if (UIManager.IsMaxMapOn || UIManager.IsInventory)
     {
         return;
     }
     grimoire.Attack();
 }