C# Class LifeGame.Cell

Inheritance: System.Windows.Forms.Label
Mostrar archivo Open project: NanQi/demo Class Usage Examples

Public Methods

Method Description
Hurt ( Cell cell ) : void

伤害

NextAction ( ) : void

下一步行动

Method Details

Hurt() public method

伤害
public Hurt ( Cell cell ) : void
cell Cell
return void

NextAction() public method

下一步行动
public NextAction ( ) : void
return void