Refactor more stuff (Audio mostly)
This commit is contained in:
6
Zennysoft.Game.Abstractions/Pickups/IHealthPack.cs
Normal file
6
Zennysoft.Game.Abstractions/Pickups/IHealthPack.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Zennysoft.Game.Abstractions;
|
||||
|
||||
public interface IHealthPack
|
||||
{
|
||||
public double RestoreAmount { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user