aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-core/src/_if.rs
diff options
context:
space:
mode:
Diffstat (limited to 'games/rstnode/rst-core/src/_if.rs')
-rw-r--r--games/rstnode/rst-core/src/_if.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rstnode/rst-core/src/_if.rs b/games/rstnode/rst-core/src/_if.rs
index 1a842840708c..f3ed8ee5ffde 100644
--- a/games/rstnode/rst-core/src/_if.rs
+++ b/games/rstnode/rst-core/src/_if.rs
@@ -1,8 +1,8 @@
//! A common trait interface between the server and the client
use crate::wire::{
- Action, AuthErr, Lobby, LobbyErr, LobbyId, LobbyUpdate, MatchErr, MatchId, RegErr, UpdateState,
- User, UserId,
+ game::Action, AuthErr, Lobby, LobbyErr, LobbyId, LobbyUpdate, MatchErr, MatchId, RegErr,
+ UpdateState, User, UserId,
};
use async_std::sync::Arc;
use async_trait::async_trait;