ironsphererpg/scripts/waveProfiles.cs
Jusctsch5 a5143b67f7 T2RPG: Initial commit of ironsphererpg directory
Taking everything obtained from http://ironsphererpg2.webs.com/ and dumping it in a git repo
2015-01-18 21:06:06 -06:00

22 lines
285 B
C#

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