implement spawn positioning

This commit is contained in:
galister
2026-01-09 00:59:50 +09:00
parent 437840fecb
commit 9fc5e8c8b0
8 changed files with 36 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ pub struct Handshake {
pub client_name: String,
}
#[derive(Debug, Clone, Deserialize, Serialize)]
#[derive(Debug, Clone, Copy, Deserialize, Serialize)]
pub enum PositionMode {
Float,
Anchor,