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
/
building
/
events
/
BuildingMode.d.ts
8 lines
(7 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
EventEmitter
from
'../../events/EventEmitter'
;
export
default
class
BuildingModeListener
{
listening
:
boolean
;
ktype
:
string
;
topic
:
string
;
start
(
emitter
:
EventEmitter
):
void
; }