예제 #1
0
파일: Place.cs 프로젝트: Zamir7/urho
		public PlaceState (Place action, Node target)
			: base (action, target)
		{ 
			Target.Position = action.Position;
		}