init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using RPGCore.Core.Objects;
|
||||
using RPGCore.ObjectModules.EventObjectModule;
|
||||
|
||||
namespace RPGCore.ObjectModules.ActionObjectModule.Events
|
||||
{
|
||||
public class ActionErrorEvent : BaseEvent<UnitObject>
|
||||
{
|
||||
public UnitObject unit;
|
||||
public BaseAction action;
|
||||
public string message;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 48b0c69fc332472e87f34822bed20ffd
|
||||
timeCreated: 1762611515
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 414af8b649334795bb3e1bc83149fbc3
|
||||
timeCreated: 1772998772
|
||||
Reference in New Issue
Block a user