4 lines
38 B
TypeScript
4 lines
38 B
TypeScript
|
export enum Team {
|
||
|
Red,
|
||
|
Blue
|
||
|
}
|