export interface NewEntityOptions {
    lang: boolean;
    client: boolean;
    geo: boolean;
    texture: boolean;
    override: boolean;
}
