// Map mode selector for the MultisetVPS Inspector field. // Copy this file alongside MultisetVPS.ts into web/src/scripts/. export enum MapType { SingleMap = 0, MapSet = 1, ObjectTracking = 2, }