ironsphererpg/scripts/waveProfiles.cs

22 lines
285 B
C#
Raw Normal View History

//-----------------------------------------------------------------------------
// Wave Profile Lists
//
new WaveProfile(calmSea)
{
};
new WaveProfile(chop)
{
};
new WaveProfile(bubblyLava)
{
};
new WaveProfile(coolingLava)
{
};
new WaveProfile(quicksand)
{
};