newlon/addons/pvzadventure/AdventureLevelResource.cs
2025-07-05 20:51:04 +05:00

11 lines
250 B
C#

using Godot;
using Godot.Collections;
[GlobalClass]
[Tool]
public partial class AdventureLevelResource : Resource
{
[Export] public float startSun;
//[Export] public Array<Conditions> conditions;
[Export] public Array<WaveData> waves;
}