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