mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-01-20 20:54:55 +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)
|
|
{
|
|
}; |