Fix the DeathType

This commit is contained in:
Nick 2023-03-18 17:49:05 -04:00
parent 8d985fe169
commit 85758d6a87

View File

@ -180,7 +180,7 @@ namespace NewHorizons.External.Modules
/// <summary>
/// The type of death the player will have if they enter this volume.
/// </summary>
[DefaultValue("default")] public DeathType deathType = DeathType.Default;
[DefaultValue("default")] public DestructionVolumeInfo.DeathType deathType = DestructionVolumeInfo.DeathType.Default;
}
[JsonObject]