aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-core/src/wire/req.rs
diff options
context:
space:
mode:
Diffstat (limited to 'games/rstnode/rst-core/src/wire/req.rs')
-rw-r--r--games/rstnode/rst-core/src/wire/req.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rstnode/rst-core/src/wire/req.rs b/games/rstnode/rst-core/src/wire/req.rs
index ffefcbdb6ac7..be5c905795a9 100644
--- a/games/rstnode/rst-core/src/wire/req.rs
+++ b/games/rstnode/rst-core/src/wire/req.rs
@@ -1,4 +1,4 @@
-use super::{action::Action, LobbyId, MatchId, User};
+use super::{game::Action, LobbyId, MatchId, User};
use serde::{Deserialize, Serialize};
/// A message sent from the game client to the server