two enemy types, ready to refactor
This commit is contained in:
6
interfaces/IDamageable.cs
Normal file
6
interfaces/IDamageable.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Movementtests.interfaces;
|
||||
|
||||
public interface IDamageable
|
||||
{
|
||||
void TakeDamage();
|
||||
}
|
||||
Reference in New Issue
Block a user