t2-mapper/docs/base/@vl2/scripts.vl2/scripts/waveProfiles.cs

22 lines
285 B
C#
Raw Permalink Normal View History

2025-09-11 23:48:23 +00:00
//-----------------------------------------------------------------------------
// Wave Profile Lists
//
new WaveProfile(calmSea)
{
};
new WaveProfile(chop)
{
};
new WaveProfile(bubblyLava)
{
};
new WaveProfile(coolingLava)
{
};
new WaveProfile(quicksand)
{
};