Basics
This commit is contained in:
parent
21e4f95564
commit
d533af3f59
14 changed files with 210 additions and 1 deletions
8
addons/pvzadventure/WaveData.cs
Normal file
8
addons/pvzadventure/WaveData.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using Godot;
|
||||
|
||||
[GlobalClass]
|
||||
[Tool]
|
||||
public partial class WaveData : Resource
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue