mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 18:35:54 +00:00
Destroyable chests
This commit is contained in:
parent
f1f542efc4
commit
80e0eda977
14 changed files with 253 additions and 27 deletions
9
Scripts/Enums/DamageAttribute.cs
Normal file
9
Scripts/Enums/DamageAttribute.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Cirno.Scripts.Enums;
|
||||
|
||||
public enum DamageAttribute
|
||||
{
|
||||
Neutral,
|
||||
Resist,
|
||||
Weak,
|
||||
Immune,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue