interface SavedPlayerOnJoinAction_add_tag {
    tag: string;
    type: "add_tag";
}

Properties

Properties

tag: string
type: "add_tag"