Skip to main content
Deno 2 is finally here 🎉️
Learn more
enum common.tables.IBotBase.SurvivorClass
import { common } from "https://deno.land/x/sptaki@1.2.0/models/mod.ts";
const { SurvivorClass } = common.tables.IBotBase;

Members

MARAUDER = 2
NEUTRALIZER = 1
PARAMEDIC = 3
SURVIVOR = 4
UNKNOWN = 0