mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-03-04 09:25:22 +03:00
Update for Syroot.BinaryData 1.3.0
This commit is contained in:
parent
95687b273b
commit
e4f3c0ced1
@ -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) ---------------------------------------------------------------------------------------
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user