Initial release: HSUI v1.0.0.0 - HUD replacement with configurable hotbars
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace HSUI.Enums
|
||||
{
|
||||
public enum DamageType
|
||||
{
|
||||
Unknown = 0,
|
||||
Slashing = 1,
|
||||
Piercing = 2,
|
||||
Blunt = 3,
|
||||
Magic = 5,
|
||||
Darkness = 6,
|
||||
Physical = 7,
|
||||
LimitBreak = 8
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user