Add diamond-shaped zero (#1727).
This commit is contained in:
parent
3d61c565b4
commit
46876e115b
7 changed files with 65 additions and 38 deletions
|
@ -3,7 +3,7 @@ import zlib from "zlib";
|
|||
|
||||
import { encode, decode } from "@msgpack/msgpack";
|
||||
|
||||
const Edition = 27;
|
||||
const Edition = 28;
|
||||
const MAX_AGE = 16;
|
||||
class GfEntry {
|
||||
constructor(age, value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue