Attempting to generate sound, and set cells automatically
This commit is contained in:
9
Components/SoundConnection.cs
Normal file
9
Components/SoundConnection.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using FluidSim.Interfaces;
|
||||
|
||||
namespace FluidSim.Components
|
||||
{
|
||||
public class SoundConnection : Connection
|
||||
{
|
||||
public SoundConnection(Port a, Port b) : base(a, b) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user