UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

15 lines (13 loc) 266 B
export enum PlayerPositionClashEnum { UNSELECTED = 'UNSELECTED', FILL = 'FILL', TOP = 'TOP', JUNGLE = 'JUNGLE', MIDDLE = 'MIDDLE', BOTTOM = 'BOTTOM', UTILITY = 'UTILITY' } export enum PlayerRoleClashEnum { CAPTAIN = 'CAPTAIN', MEMBER = 'MEMBER' }