camelot-unchained
Version:
Camelot Unchained Client Library
36 lines (28 loc) • 587 B
text/typescript
/**
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
enum race {
NONE = -1,
//TUATHA = 0,
HAMADRYAD = 1,
LUCHORPAN = 2,
FIRBOG = 3,
VALKYRIE = 4,
HELBOUND = 5,
FROSTGIANT = 6,
//DVERGR = 7,
STRM = 8,
CAITSITH = 9,
GOLEM = 10,
//GARGOYLE = 11,
STORMRIDERT = 12,
STORMRIDERA = 13,
STORMRIDERV = 14,
HUMANMALEV = 15,
HUMANMALEA = 16,
HUMANMALET = 17,
PICT = 18,
};
export default race;