Replaces cooldown circle (#956)

This commit is contained in:
Tomeno
2020-05-23 11:26:59 +02:00
committed by GitHub
parent cad59d2cb4
commit af0ec2aeb9
6 changed files with 46 additions and 54 deletions

View File

@@ -6,7 +6,6 @@ namespace Content.Client.UserInterface
{
public interface IItemSlotManager
{
void Initialize();
bool OnButtonPressed(GUIBoundKeyEventArgs args, IEntity item);
void UpdateCooldown(ItemSlotButton cooldownTexture, IEntity entity);
bool SetItemSlot(ItemSlotButton button, IEntity entity);