/// <summary> /// For any interaction with E Key /// </summary> public void Interact() { if (wagon.playerNearWagon) { wagon.Interact(); } }