Prepicked plants editor
This commit is contained in:
parent
9eba7d3069
commit
56f75a5d06
43 changed files with 532 additions and 50 deletions
5
addons/pvzadventure/scripts/BaseWaveEditor.cs
Normal file
5
addons/pvzadventure/scripts/BaseWaveEditor.cs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
public abstract partial class BaseWaveEditor : BaseEditor
|
||||
{
|
||||
public WaveData editedWave;
|
||||
public abstract void SetEditedWave(WaveData wave);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue