Change folder structure, add solution to the root.
This commit is contained in:
9
DaggerFramework/Source/Audio/AudioEffect.cs
Normal file
9
DaggerFramework/Source/Audio/AudioEffect.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace DaggerFramework
|
||||
{
|
||||
public class AudioEffect { }
|
||||
|
||||
public class AudioEffectReverb : AudioEffect
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user