private void Start()
 {
     if (!appearance)
     {
         appearance = appearance.GetComponent <PlayerAppearance>();
     }
 }