upd
This commit is contained in:
8
Code/Inventory/Usable/IUseable.cs
Normal file
8
Code/Inventory/Usable/IUseable.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Sasalka;
|
||||
|
||||
public interface IUseable
|
||||
{
|
||||
public void Use();
|
||||
bool CanUse();
|
||||
float Cooldown { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user