Update
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Invector.vEventSystems
|
||||
{
|
||||
public interface vIAttackReceiver
|
||||
{
|
||||
void OnReceiveAttack(vDamage damage, vIMeleeFighter attacker);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user