Files
Bubberstation/tools/tgs_test/StaticFile.cs
SkyratBot 710319fced [MIRROR] Update some TGS stuff [MDB IGNORE] (#19485)
* 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>
2023-02-26 19:06:30 -05:00

6 lines
114 B
C#

sealed class StaticFile
{
public string Name { get; set; } = String.Empty;
public bool Populate { get; set; }
}