project-wormhole-esm 0.1.0

ESM file format parser for Project Wormhole
Documentation
1
2
3
4
5
6
7
8
9
10
use crate::dev::*;

define_record2! {
    b"GLOB",
    Global, [
        EditorId;
        b"FNAM", Type, u8; // Changes type of value stored
        b"FLTV", Value, [u8;4];
    ]
}