Skip to content

v0.13.0 - Best Bit

Pre-release
Pre-release
Compare
Choose a tag to compare
@Tynarus Tynarus released this 15 Apr 16:44

Features

  • VarbitStore added within ConfigStore
  • Varbit file decoding support added
  • Ability to export varbit files as VarbitConfig objects
class VarbitConfig {
    gameId: number;
    index: number;
    leastSignificantBit: number;
    mostSignificantBit: number;
}