void Awake() { cardMovment = GetComponent <CardMovment>(); }
private void Awake() { movment = GetComponent <CardMovment>(); }