init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using RPGCore.Core.Objects;
|
||||
using RPGCore.ObjectModules.EventObjectModule;
|
||||
|
||||
namespace RPGCore.ObjectModules.ActionObjectModule.Events
|
||||
{
|
||||
public class ActionExecuteEvent : BasePreventableEvent<UnitObject>
|
||||
{
|
||||
public UnitObject unit;
|
||||
public BaseAction action;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user