diff options
Diffstat (limited to 'core/src/data/controller/structs.rs')
| -rw-r--r-- | core/src/data/controller/structs.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/src/data/controller/structs.rs b/core/src/data/controller/structs.rs deleted file mode 100644 index c6fdd31..0000000 --- a/core/src/data/controller/structs.rs +++ /dev/null @@ -1,10 +0,0 @@ -use crate::data::player::structs::Player; - -/// Controller-side Data -/// Describes the basic information of the controller side -#[derive(Default)] -pub struct ControllerData { - - /// Player bound to the controller side - pub(crate) player: Player -}
\ No newline at end of file |
