mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
6 lines
114 B
C#
6 lines
114 B
C#
sealed class StaticFile
|
|
{
|
|
public string Name { get; set; } = String.Empty;
|
|
public bool Populate { get; set; }
|
|
}
|