maint: clean-up of some combat related classes and methods for clarity
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Reset.Core{
|
||||
public interface IDamageable{
|
||||
public void TakeDamage(DamageSource source);
|
||||
public void TakeDamage(DamageSource[] sources);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user