OSDN Git Service

※ まだ正常な表示にはなっておりません。あしからずご承知おきください。
[dtxmania/dtxmania.git] / FDK17プロジェクト / コード / 01.フレームワーク / Core / GameWindowSize.cs
1 using System;\r
2 \r
3 namespace SampleFramework\r
4 {\r
5         public static class GameWindowSize\r
6         {\r
7                 public const int Width = 1920;\r
8                 public const int Height = 1080;\r
9         }\r
10 }\r