interface SavedPlayerOnJoinAction_remove_tag {
    tag: string;
    type: "remove_tag";
}

Properties

Properties

tag: string
type: "remove_tag"