1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-05 14:59:09 +01:00
MLEM/MLEM.Templates/content/MLEM.Templates.DesktopGL/GameImpl.cs

7 lines
98 B
C#
Raw Normal View History

2020-02-24 17:34:05 +01:00
using MLEM.Startup;
namespace TemplateNamespace {
public class GameImpl : MlemGame {
}
}