mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-16 04:34:21 +00:00
* Update some TGS stuff * You're welcome Cyber --------- Co-authored-by: Jordan Dominion <Cyberboss@users.noreply.github.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
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; }
|
|
}
|