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/tests/Gallium.Tests/TestComponent3a.cs

7 lines
91 B
C#
Raw Normal View History

2021-09-07 04:15:21 +00:00
namespace Gallium.Tests
{
public class TestComponent3a : ITestComponent3
{
}
}