Add new System variant to Action

This commit is contained in:
Richard 2022-02-16 19:20:26 -03:00
parent 6e93713197
commit fed8da1c90
5 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,3 @@
/// An operation to be performed on the system.
#[derive(Debug)]
pub enum Action {}