7 lines
No EOL
80 B
C#
7 lines
No EOL
80 B
C#
namespace Items
|
|
{
|
|
public interface IHealItem
|
|
{
|
|
float Health { get; }
|
|
}
|
|
} |