init
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
using RPGCore.Core.Objects;
|
||||
using RPGCore.ObjectModules.EventObjectModule;
|
||||
|
||||
namespace RPGCore.Stats.ObjectModules.StatsObjectModule.Events
|
||||
{
|
||||
public class StatResourceChangeEvent : BaseEvent<BaseObject>
|
||||
{
|
||||
public BaseObject target;
|
||||
public StatDefinitionSO statDefinition;
|
||||
public int delta;
|
||||
public int before;
|
||||
public int after;
|
||||
}
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c00f342fabcb4aa6adce19862d88212e
|
||||
timeCreated: 1763840330
|
||||
@@ -0,0 +1,13 @@
|
||||
using RPGCore.Core.Objects;
|
||||
using RPGCore.ObjectModules.EventObjectModule;
|
||||
|
||||
namespace RPGCore.Stats.ObjectModules.StatsObjectModule.Events
|
||||
{
|
||||
public class StatValueChangeEvent : BaseEvent<BaseObject>
|
||||
{
|
||||
public BaseObject target;
|
||||
public StatDefinitionSO statDefinition;
|
||||
public int before;
|
||||
public int after;
|
||||
}
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: baeb8bd8a9394f428240e3a7ca7b98b4
|
||||
timeCreated: 1763840139
|
||||
Reference in New Issue
Block a user