From 6c9cd555f0acf3293a3fa2dd94d97ee6e2cb8583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E6=B2=A2=E5=93=8D=E4=B9=9F?= <72963826+Hibiya615@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:36:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=BB=98=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fate/Ttokrrone.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fate/Ttokrrone.cs b/Fate/Ttokrrone.cs index 18d28b8..c42fb9e 100644 --- a/Fate/Ttokrrone.cs +++ b/Fate/Ttokrrone.cs @@ -94,7 +94,7 @@ public class Ttokrrone var dp1 = accessory.Data.GetDefaultDrawProperties(); dp1.Name = "砂砾钢铁"; - dp.Color = new Vector4(1f, 0f, 0f, 1.4f); + dp1.Color = new Vector4(1f, 0f, 0f, 1.4f); dp1.Owner = @event.SourceId(); dp1.Scale = new Vector2(13f); dp1.DestoryAt = 4900;