Change folder structure, add solution to the root.
This commit is contained in:
9
DaggerFramework/Source/Resources/Loaders/FontLoader.cs
Normal file
9
DaggerFramework/Source/Resources/Loaders/FontLoader.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace DaggerFramework;
|
||||
|
||||
public class FontLoader : ResourceLoader<Font>
|
||||
{
|
||||
public override Font Load(string path)
|
||||
{
|
||||
return default;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user