Implements burn

This commit is contained in:
2025-05-19 15:19:35 +02:00
parent eea5697109
commit 0d03a8f28d
3 changed files with 43 additions and 4 deletions

View File

@@ -30,4 +30,9 @@ public enum DamageSource
/// The damage is done because of the weather.
/// </summary>
Weather = 4,
/// <summary>
/// The damage is done because of a status condition.
/// </summary>
Status = 5,
}