mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-17 23:34:44 +08:00
删除冗余
This commit is contained in:
@@ -104,7 +104,7 @@ public class O5n
|
||||
{
|
||||
var dp = accessory.Data.GetDefaultDrawProperties();
|
||||
dp.Name = "魔界前照灯";
|
||||
dp.Color = accessory.Data.DefaultSafeColor.WithW(0.5f);;
|
||||
dp.Color = accessory.Data.DefaultSafeColor.WithW(0.5f);
|
||||
dp.Scale = new (6f, 65.8f);
|
||||
dp.Owner = @event.SourceId();
|
||||
dp.TargetObject = @event.TargetId();
|
||||
|
||||
Reference in New Issue
Block a user