Skip to content

Commit

Permalink
refactor(Wld): remove empty constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
matigramirez committed Nov 25, 2023
1 parent a4b3d9c commit d9b3ae6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Parsec/Shaiya/Wld/WldMusicZone.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ public sealed class WldMusicZone : ISerializable
/// </summary>
public int Unknown { get; set; }

[JsonConstructor]
public WldMusicZone()
{
}

public void Read(SBinaryReader binaryReader)
{
BoundingBox = binaryReader.Read<BoundingBox>();
Expand Down

0 comments on commit d9b3ae6

Please sign in to comment.