public InputAcceptWindow(AcceptWindow aw, Input[] inputs)
 {
     this.aw     = aw;
     this.inputs = inputs;
 }
 public AttackStateWindow(float start, float end)
 {
     aw = new AcceptWindow(start, end);
 }