SpawnInfo
This commit is contained in:
parent
71552d53c6
commit
24be556e38
4 changed files with 11 additions and 3 deletions
7
addons/pvzadventure/SpawnInfo.cs
Normal file
7
addons/pvzadventure/SpawnInfo.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
using Godot;
|
||||
|
||||
public partial class SpawnInfo : Resource
|
||||
{
|
||||
[Export]
|
||||
public PackedScene scene;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue