Add basic components

This commit is contained in:
2021-07-12 22:43:06 -05:00
parent 11dc9771cc
commit c8384883ad

2
src/components/mod.rs Normal file
View File

@ -0,0 +1,2 @@
pub struct Name(pub String);
pub struct Player;