Add new meta files and interfaces for project structure
This commit is contained in:
9
Assets/Scripts/Interfaces/IDamageInflectorSetup.cs
Normal file
9
Assets/Scripts/Interfaces/IDamageInflectorSetup.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Data;
|
||||
|
||||
namespace Interfaces
|
||||
{
|
||||
public interface IDamageInflectorSetup
|
||||
{
|
||||
void Setup(Character attacker);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user