From 1f41614cd349c91434045e27f3dee8ba6a342277 Mon Sep 17 00:00:00 2001 From: Josef Date: Fri, 13 Feb 2026 22:32:31 +0100 Subject: [PATCH] v0.5 FlashVFX Fix --- Runtime/VFX/FlashVFX/FlashVFX.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Runtime/VFX/FlashVFX/FlashVFX.cs b/Runtime/VFX/FlashVFX/FlashVFX.cs index 0ba5e88..dfc3857 100644 --- a/Runtime/VFX/FlashVFX/FlashVFX.cs +++ b/Runtime/VFX/FlashVFX/FlashVFX.cs @@ -10,11 +10,11 @@ namespace Rokojori [Export] public FlashPreset preset; - [Export, ReadOnly] - public string test = "3"; + // [Export, ReadOnly] + // public string test = "3"; - [Export, NamedArray ] - public FlareLayer[] layers = []; + // [Export, NamedArray ] + // public FlareLayer[] layers = []; [Export] public Node[] targets;