public AlarmActions(WarpEnum Warp, MessageEnum Message, Boolean PlaySound, Boolean DeleteWhenDone) { this.Warp = Warp; this.Message = Message; this.PlaySound = PlaySound; this.DeleteWhenDone = DeleteWhenDone; }