C# Class Server.Game.Commands.CommandQueue

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

Méthodes publiques

Méthode Description
Enqueue ( Command command ) : void
Update ( System.TimeSpan deltaTime ) : void

Method Details

Enqueue() public méthode

public Enqueue ( Command command ) : void
command Command
Résultat void

Update() public méthode

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