C# Class Mines

Inheritance: MonoBehaviour
Afficher le fichier Open project: Y-LyN-10/Software-University-Courses Class Usage Examples

Méthodes publiques

Méthode Description
Main ( string arguments ) : void

Private Methods

Méthode Description
CreateBombField ( ) : ].char[
CreatePlayField ( ) : ].char[
DrawPlayField ( char playField ) : void
EnterSurroundingBombCount ( char playField, char bombField, int row, int col ) : void
GetRating ( List topScorers ) : void
GetSurroundingBombCount ( char bombField, int row, int col ) : char

Method Details

Main() public static méthode

public static Main ( string arguments ) : void
arguments string
Résultat void