Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Model
GateSessionKeyComponent
C# Class Model.GateSessionKeyComponent
Inheritance:
Model.Component
Mostrar archivo
Open project: egametang/Egametang
Public Methods
Method
Description
Check
(
long
key
) :
bool
Get
( ) :
long
Remove
(
long
key
) :
void
Private Methods
Method
Description
Awake
( ) :
void
TimeoutRemoveKey
(
long
key
) :
void
Method Details
Check()
public
method
public
Check
(
long
key
) :
bool
key
long
return
bool
Get()
public
method
public
Get
( ) :
long
return
long
Remove()
public
method
public
Remove
(
long
key
) :
void
key
long
return
void