diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-13 22:44:02 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-13 22:44:02 +0800 |
| commit | e20917fbbd0564058ad4da05f725fb9fc6f2da72 (patch) | |
| tree | f5b16bce47724e3a57fe17f01d955d6c87b22e1b | |
| parent | d1c63bf672c8244ccaf8100d23d2a15054c83443 (diff) | |
修改玩家信息构建
| -rw-r--r-- | core/src/player.rs | 4 |
1 files changed, 0 insertions, 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 |
