C# Class invertika_game.TriggerAction

Afficher le fichier Open project: Invertika/server Class Usage Examples

Méthodes publiques

Méthode Description
TriggerAction ( ) : System
process ( Actor obj ) : void

Method Details

TriggerAction() public méthode

public TriggerAction ( ) : System
Résultat System

process() public abstract méthode

public abstract process ( Actor obj ) : void
obj invertika_game.Game.Actor
Résultat void