SceneGate / Yarhl

Framework for the implementation of format converters like game assets or media files
https://scenegate.github.io/Yarhl/
MIT License
59 stars 10 forks source link

Support Int24 type in binary (de)serializer #152

Closed Kaplas80 closed 3 years ago

Kaplas80 commented 3 years ago

Description

I forgot to add Int24 support in PR #151

Property must be defined as int and use BinaryInt24 attribute.

Example

[Yarhl.IO.Serialization.Attributes.Serializable]
private class ObjectWithInt24
{
    [BinaryInt24]
    public int Int24Value { get; set; }
}

Linked issue: No

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version v3.1.0 :tada:

The release is available on: