void Awake()
 {
     animator          = GetComponent <Animator>();
     multiplayerPlayer = GetComponent <MultiplayerPlayer>();
 }