1 2 3 4 5 6 7 8 9 10 11 12 13
use crate::dev::*; //pub type FormId = u32; pub type FormRef = u32; pub type EditorId = ESMString; pub type RecordProperty = (FormId, f32); //pub type TopGroup<T> = Group<Vec<Record<Vec<Field<T>>>>>; pub type Condition = u8; pub type ConditionParameter = u8;