1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-29 03:23:37 +02: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 {
}
}