This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-gallium-cil/src/Gallium.Tests/TestComponent3a.cs
Dylan R. E. Moonfire e9dad5bbe4 feat: initial commit
2021-09-06 23:15:21 -05:00

7 lines
91 B
C#

namespace Gallium.Tests
{
public class TestComponent3a : ITestComponent3
{
}
}