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/MfGames.Gallium.Tests/TestComponent3a.cs
D. Moonfire fb0a03e963
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful
feat(entity): added SetAll() which takes a params list
- added unit test to verify
- minor code clean up to get the tests running

closes #1
2023-01-14 17:13:01 -06:00

6 lines
85 B
C#

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