mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-19 19:44:45 +00:00
Taking everything obtained from http://ironsphererpg2.webs.com/ and dumping it in a git repo
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)
|
|
{
|
|
}; |