コード例 #1
0
ファイル: State.cs プロジェクト: greeduomacro/UO-Forever
		public void EnsureDefaults()
		{
			Root = new RootPage();

			X = 100;
			Y = 200;
		}