コード例 #1
0
ファイル: Place.cs プロジェクト: Zamir7/urho
		public PlaceState (Place action, Node target)
			: base (action, target)
		{ 
			Target.Position = action.Position;
		}