Saxonberg Server API
    Preparing search index...

    The public surface added by HaulerMixin.

    interface Hauler {
        getHaulDraft(): Quantity<"kg">;
        getHauledCart(): Stuff & Haulable | null;
        hitch(cart: Stuff & Haulable): void;
        isHitched(): boolean;
        unhitch(): void;
    }
    Index

    Methods