diff options
Diffstat (limited to 'src/types/Dice.zig')
| -rw-r--r-- | src/types/Dice.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types/Dice.zig b/src/types/Dice.zig new file mode 100644 index 0000000..9aa6b06 --- /dev/null +++ b/src/types/Dice.zig | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | emoji: []const u8, | ||
| 2 | value: u8, | ||