diff options
| author | troido <troido@protonmail.com> | 2020-02-23 11:28:00 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-23 11:28:00 +0100 |
| commit | d722e9b374dce358aeb9deb7298284fb07b1a5f5 (patch) | |
| tree | a34138fc14fe56813eed2d7f3f70138f8fc63fec /src/playerstate.rs | |
| parent | 7262cfc53b4af978d6db1b91e3143200f906587f (diff) | |
more consistent imports
Diffstat (limited to 'src/playerstate.rs')
| -rw-r--r-- | src/playerstate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playerstate.rs b/src/playerstate.rs index 8e3d99f..694ce60 100644 --- a/src/playerstate.rs +++ b/src/playerstate.rs @@ -1,8 +1,8 @@ use serde_json::{Value, json}; -use crate::template::Template; use crate::{ + Template, componentwrapper::{ComponentWrapper, PreEntity}, PlayerId, RoomId, |
