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;