示例#1
0
 public ChangeAttributeAction()
 {
     Value           = new DataBind <int>();
     RestoreOnFinish = true;
 }
示例#2
0
 public DamageAction()
 {
     Damage = new DataBind <int>();
 }