camelot-unchained
Version:
Camelot Unchained Client Library
26 lines (25 loc) • 570 B
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/.
*/
declare enum race {
NONE = -1,
HAMADRYAD = 1,
LUCHORPAN = 2,
FIRBOG = 3,
VALKYRIE = 4,
HELBOUND = 5,
FROSTGIANT = 6,
STRM = 8,
CAITSITH = 9,
GOLEM = 10,
STORMRIDERT = 12,
STORMRIDERA = 13,
STORMRIDERV = 14,
HUMANMALEV = 15,
HUMANMALEA = 16,
HUMANMALET = 17,
PICT = 18,
}
export default race;