diff options
| author | troido <troido@protonmail.com> | 2020-02-28 16:41:11 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-28 16:41:11 +0100 |
| commit | c846e929a88837094d7a5383a306df1fec56c333 (patch) | |
| tree | 48ab058d58c090ff00199af6b3eef7d64c7c2c95 /src/resources/mod.rs | |
| parent | b80036ef629e0803f3a70059a8fa12d1a2ae3b2d (diff) | |
more specific types!
Diffstat (limited to 'src/resources/mod.rs')
| -rw-r--r-- | src/resources/mod.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/resources/mod.rs b/src/resources/mod.rs index 2f218fe..4ce0e59 100644 --- a/src/resources/mod.rs +++ b/src/resources/mod.rs @@ -14,7 +14,8 @@ use crate::{ worldmessages::WorldMessage, PlayerId, RoomId, - playerstate::RoomPos + playerstate::RoomPos, + Timestamp }; @@ -52,5 +53,5 @@ pub struct Emigration { #[derive(Default)] pub struct TimeStamp { - pub time: i64 + pub time: Timestamp } |
