C# Class MCDawn.GunGame

Afficher le fichier Open project: jonnyli1125/MCDawn

Méthodes publiques

Свойство Type Description
countDown System.Timers.Timer
guns List
level MCDawn.Level

Méthodes publiques

Méthode Description
End ( Player p, int style ) : void
Start ( ) : void

Method Details

End() public méthode

public End ( Player p, int style ) : void
p Player
style int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

countDown public_oe property

public System.Timers.Timer countDown
Résultat System.Timers.Timer

guns public_oe property

public List guns
Résultat List

level public_oe property

public Level,MCDawn level
Résultat MCDawn.Level