UNPKG
shardy
Version:
latest (1.2.0)
1.2.0
1.0.2
1.0.1
1.0.0
Framework for online games and applications on Node.js
github.com/mopsicus/shardy
mopsicus/shardy
shardy
/
dist
/
Pulse.d.ts
13 lines
(12 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{
CommanderMode
}
from
'./Commander'
;
export
declare
class
Pulse
{
private
mode;
onPulse
:
() =>
void
;
private
checks;
private
timer;
private
limit;
constructor
(
mode
:
CommanderMode
);
onCheckPulse
():
void
;
reset
():
void
;
clear
():
void
; }