From e20917fbbd0564058ad4da05f725fb9fc6f2da72 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sun, 13 Apr 2025 22:44:02 +0800 Subject: 修改玩家信息构建 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/player.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/src/player.rs b/core/src/player.rs index 84bf730..7cdeb16 100644 --- a/core/src/player.rs +++ b/core/src/player.rs @@ -51,8 +51,4 @@ impl PlayerInfo { self.color_value = value.clamp(0.0, 1.0); self } - - pub fn color_hsv(&mut self, hue: i32) -> &mut Self { - - } } \ No newline at end of file -- cgit