public BuildingState(ContinuationState state) { State = state; MaxPropertyId = 0; CurrentProperty = null; Properties = null; Types = null; Positions = null; FirstWrite = 0; }
public PropertyTag(byte type, CachedProperties.PropertyName property, int position) { Type = type; Property = property; Position = position; }