diff options
author | jan <jan@ruken.pw> | 2016-09-25 20:28:51 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2016-09-25 20:28:51 (UTC) |
commit | 265ea9e217f15ef387a5580d9b21a1914308389c (patch) | |
tree | a53a6c98e5e302e7712b55c03d5bdd11bf497471 /src/character.rs |
initial commit
Diffstat (limited to 'src/character.rs')
-rw-r--r-- | src/character.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/character.rs b/src/character.rs new file mode 100644 index 0000000..9c548c1 --- /dev/null +++ b/src/character.rs | |||
@@ -0,0 +1,3 @@ | |||
1 | pub struct Character { | ||
2 | |||
3 | } \ No newline at end of file | ||