mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-05 06:49:09 +01:00
7 lines
98 B
C#
7 lines
98 B
C#
|
using MLEM.Startup;
|
||
|
|
||
|
namespace TemplateNamespace {
|
||
|
public class GameImpl : MlemGame {
|
||
|
|
||
|
}
|
||
|
}
|