Exemplo n.º 1
0
Arquivo: Place.cs Projeto: Zamir7/urho
		public PlaceState (Place action, Node target)
			: base (action, target)
		{ 
			Target.Position = action.Position;
		}