(client)feat:实现按武器释放技能
This commit is contained in:
@ -63,7 +63,6 @@ namespace Entity
|
||||
if (entity == null) return;
|
||||
if (entity.TryPickupItem(itemResource, 1) <= 0)
|
||||
{
|
||||
Debug.Log("Kill");
|
||||
Kill();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user