1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-29 03:23:37 +02:00
MLEM/Tests/GameImpl.cs
2019-08-07 21:26:16 +02:00

8 lines
87 B
C#

using MLEM.Startup;
namespace Tests {
public class GameImpl : MlemGame {
}
}