UNPKG
@csegames/camelot-unchained
Version:
latest (0.1.2)
0.1.2
Camelot Unchained Client Library
csegames/camelot-unchained-client-library
@csegames/camelot-unchained
/
lib
/
core
/
constants
/
warbandPermissions.d.ts
13 lines
(12 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
declare
enum
warbandPermissions {
NONE
=
0
,
JOIN
=
1
,
INVITE
=
2
,
KICK
=
4
,
MANAGEPRIVACY
=
8
,
MANGEPERMANENT
=
16
,
MANAGEBANNER
=
32
,
MANAGENAME
=
64
,
ALL
= -
1
, }
export
default
warbandPermissions;