C# Class MineSweeper.GameCell

ファイルを表示 Open project: Confirmit/Students Class Usage Examples

Public Properties

Property Type Description
IsMine bool
Value int

Property Details

IsMine public_oe property

public bool IsMine
return bool

Value public_oe property

public int Value
return int