Example #1
0
	public void MoveToSlot(CommandSlot slot){
		this.transform.position = slot.GetComponent<RectTransform>().position;
	}