Binato/server/enums/Team.ts

4 lines
38 B
TypeScript
Raw Permalink Normal View History

2022-11-23 00:48:28 +00:00
export enum Team {
Red,
Blue
}