C# 클래스 Mines

상속: MonoBehaviour
파일 보기 프로젝트 열기: Y-LyN-10/Software-University-Courses 1 사용 예제들

공개 메소드들

메소드 설명
Main ( string arguments ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string arguments ) : void
arguments string
리턴 void