コード例 #1
0
 public static void Main()
 {
     TextInputWrapper.Current = new TextInputWrapper.DesktopGl <TextInputEventArgs>((w, c) => w.TextInput += c);
     using var game           = new GameImpl();
     game.Run();
 }
コード例 #2
0
ファイル: GameImpl.cs プロジェクト: Ellpeck/FarmGame
 public GameImpl()
 {
     Instance = this;
 }