Update for Syroot.BinaryData 1.3.0

This commit is contained in:
Ray Koopa 2017-05-01 13:37:16 +02:00
parent 95687b273b
commit e4f3c0ced1
3 changed files with 9 additions and 9 deletions

View File

@ -8,19 +8,19 @@ namespace Syroot.Worms.Gen2.Armageddon.ProjectX
{
// ---- PROPERTIES ---------------------------------------------------------------------------------------------
public int Unknown1 {get; set; }
public int Unknown1 { get; set; }
public int Unknown2 {get; set; }
public int Unknown2 { get; set; }
public int DiggingSound {get; set; }
public int DiggingSound { get; set; }
public int SpriteJumping {get; set; }
public int SpriteJumping { get; set; }
public int Sprite1 {get; set; }
public int Sprite1 { get; set; }
public int Sprite2 {get; set; }
public int Sprite2 { get; set; }
public int Sprite3 {get; set; }
public int Sprite3 { get; set; }
// ---- METHODS (PUBLIC) ---------------------------------------------------------------------------------------

View File

@ -184,7 +184,7 @@ namespace Syroot.Worms.Gen2.Armageddon.ProjectX
// Write required libraries.
writer.Write(Libraries.Count);
writer.Write(Libraries.ToArray());
writer.Write(Libraries);
// Write a possibly attached scheme file.
if (GameScheme != null)

View File

@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="ImageSharp" Version="1.0.0-alpha7-00006" />
<PackageReference Include="Syroot.IO.BinaryData" Version="1.2.2" />
<PackageReference Include="Syroot.IO.BinaryData" Version="1.3.0" />
<PackageReference Include="Syroot.Maths" Version="1.3.1" />
</ItemGroup>