Skip to content

Commit

Permalink
Work on editor events for sample management
Browse files Browse the repository at this point in the history
  • Loading branch information
ZILtoid1991 committed Jul 11, 2023
1 parent 3c223db commit 7593295
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test1/editorevents.d
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,13 @@ public class RemovePresetEvent : UndoableEvent {
public void undo() {
mcfg.addPreset(modID, backup);
}
}
public class AddSampleFile : UndoableEvent {

}
public class AddSampleSlice : UndoableEvent {

}
public class RemoveSample : UndoableEvent {

}

0 comments on commit 7593295

Please sign in to comment.