mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-09-13 20:09:21 +00:00
8 lines
135 B
C#
8 lines
135 B
C#
using System.Reflection;
|
|
|
|
namespace Daybreak.Models;
|
|
|
|
public sealed record FileProviderAssembly(Assembly Assembly, string Name)
|
|
{
|
|
}
|