rokojori_action_library/Runtime/VFX/FlareVFX/FlareVFXPreset.cs

17 lines
220 B
C#
Raw Normal View History

2026-01-27 06:57:54 +00:00
using Godot;
namespace Rokojori
{
[Tool]
[GlobalClass]
public partial class FlareVFXPreset:Resource
{
[Export]
public Color mainColor;
[Export]
public FlareVFXLayer[] flareLayers = [];
}
}