WIP: fonts.
This commit is contained in:
@@ -4,7 +4,6 @@ namespace DaggerFramework
|
||||
{
|
||||
public SoundFormat Format { get; set; }
|
||||
public int SampleRate { get; set; }
|
||||
public int BufferSize { get; set; }
|
||||
|
||||
public Sound(string path, byte[] buffer) : base(path, buffer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user