Change folder structure, add solution to the root.
This commit is contained in:
9
DaggerFramework/Source/Resources/Font.cs
Normal file
9
DaggerFramework/Source/Resources/Font.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace DaggerFramework;
|
||||
|
||||
public class Font : Resource
|
||||
{
|
||||
public int Size = 16;
|
||||
public Font(string path, byte[] buffer) : base(path, buffer)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user