Add basic components

This commit is contained in:
Daniel Lynn 2021-07-12 22:43:06 -05:00
parent 11dc9771cc
commit c8384883ad
Signed by: daniel
GPG Key ID: 28496A140E180A9D

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

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