ok so this should be the way to go
This commit is contained in:
@@ -2,5 +2,5 @@ namespace Movementtests.interfaces;
|
||||
|
||||
public interface IKillable
|
||||
{
|
||||
void Kill();
|
||||
void Kill(IHealthable source);
|
||||
}
|
||||
Reference in New Issue
Block a user