init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using VOID.Generic.Dict;
|
||||
using VOID.Generic.Objects.Abstract.Events;
|
||||
|
||||
namespace VOID.Generic.Objects.Unit.Events
|
||||
{
|
||||
public class SubAttributeChangeEvent : AbstractEvent
|
||||
{
|
||||
public UnitObject unit;
|
||||
public SubAttributeType type;
|
||||
public float oldValue;
|
||||
public float newValue;
|
||||
public float changedValue;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user