mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-18 00:29:48 +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)
|
|
{
|
|
}
|