示例#1
0
 void CanDieButtonClicked()
 {
     active_unit.SetCanDie(!active_unit.GetCanDie());
 }