C# Class Mines

Inheritance: MonoBehaviour
Exibir arquivo Open project: Y-LyN-10/Software-University-Courses Class Usage Examples

Public Methods

Method Description
Main ( string arguments ) : void

Private Methods

Method 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 method

public static Main ( string arguments ) : void
arguments string
return void