fix(Data) Zard's pointed out fixes
I also need to handle DPS vs Charges for attacks
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Model.Entity.Types;
|
||||
|
||||
public static class AttackType
|
||||
{
|
||||
public static string DPS = "DPS";
|
||||
public static string Charges = "Charges";
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Model.Types;
|
||||
namespace Model.Entity.Types;
|
||||
|
||||
public static class TargetType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user