1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-06 14:53:37 +02:00
MLEM/Tests/GameImpl.cs

8 lines
87 B
C#
Raw Normal View History

2019-08-07 21:26:16 +02:00
using MLEM.Startup;
namespace Tests {
public class GameImpl : MlemGame {
}
}