C# Class SnakeBattleNet.Web.Core.Snake

Afficher le fichier Open project: FoC-/SnakeBattle.Net Class Usage Examples

Méthodes publiques

Méthode Description
Lose ( ) : void
Snake ( string ownerId ) : System
Win ( ) : void

Private Methods

Méthode Description
Snake ( ) : System

Method Details

Lose() public méthode

public Lose ( ) : void
Résultat void

Snake() public méthode

public Snake ( string ownerId ) : System
ownerId string
Résultat System

Win() public méthode

public Win ( ) : void
Résultat void