Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Server
Game
Components
Systems
CommandSystem
C# Class Server.Game.Components.Systems.CommandSystem
Inheritance:
GameSystem
ファイルを表示
Open project: GrindFest/GrindFest
Public Properties
Property
Type
Description
CommandQueues
List
Public Methods
Method
Description
CommandSystem
( ) :
System
Update
(
System.TimeSpan
deltaTime
) :
void
Method Details
CommandSystem()
public
method
public
CommandSystem
( ) :
System
return
System
Update()
public
method
public
Update
(
System.TimeSpan
deltaTime
) :
void
deltaTime
System.TimeSpan
return
void
Property Details
CommandQueues
public_oe property
public
List
CommandQueues
return
List