Exemplo n.º 1
0
 public ChangeAttributeAction()
 {
     Value           = new DataBind <int>();
     RestoreOnFinish = true;
 }
Exemplo n.º 2
0
 public DamageAction()
 {
     Damage = new DataBind <int>();
 }