@rbxts/a-plant-generator - v0.2.0
    Preparing search index...

    Interface StructuralGrowthSpan

    Normalized interval during which one structural element develops.

    interface StructuralGrowthSpan {
        finish: number;
        start: number;
    }
    Index
    finish: number
    start: number