C# Class Server.Game.Components.Systems.CommandSystem

Inheritance: GameSystem
Afficher le fichier Open project: GrindFest/GrindFest

Méthodes publiques

Свойство Type Description
CommandQueues List

Méthodes publiques

Méthode Description
CommandSystem ( ) : System
Update ( System.TimeSpan deltaTime ) : void

Method Details

CommandSystem() public méthode

public CommandSystem ( ) : System
Résultat System

Update() public méthode

public Update ( System.TimeSpan deltaTime ) : void
deltaTime System.TimeSpan
Résultat void

Property Details

CommandQueues public_oe property

public List CommandQueues
Résultat List