init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using RPGCore.Core.Objects;
|
||||
using RPGCore.ObjectModules.EventObjectModule;
|
||||
|
||||
namespace IntoTheAbyss.Events
|
||||
{
|
||||
public class DamageEvent : BasePreventableEvent<BaseObject>
|
||||
{
|
||||
public BaseObject target;
|
||||
public BaseObject attacker;
|
||||
public int damage;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user