Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'src/data/command.rs')
| -rw-r--r-- | src/data/command.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/data/command.rs b/src/data/command.rs deleted file mode 100644 index 7d5298c..0000000 --- a/src/data/command.rs +++ /dev/null @@ -1,7 +0,0 @@ -use crate::content::numeric_enum; - -numeric_enum! { - pub enum UnitCommand for u8 | TryFromU8Error { - Move, Repair, Rebuild, Assist, Mine, Boost, - } -} |