mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-19 19:44:45 +00:00
22 lines
285 B
C#
22 lines
285 B
C#
|
|
//-----------------------------------------------------------------------------
|
||
|
|
// Wave Profile Lists
|
||
|
|
//
|
||
|
|
new WaveProfile(calmSea)
|
||
|
|
{
|
||
|
|
};
|
||
|
|
|
||
|
|
new WaveProfile(chop)
|
||
|
|
{
|
||
|
|
};
|
||
|
|
|
||
|
|
new WaveProfile(bubblyLava)
|
||
|
|
{
|
||
|
|
};
|
||
|
|
|
||
|
|
new WaveProfile(coolingLava)
|
||
|
|
{
|
||
|
|
};
|
||
|
|
|
||
|
|
new WaveProfile(quicksand)
|
||
|
|
{
|
||
|
|
};
|