error CS0101: The namespace '' already contains a definition for 'Player' How do I solve this?

,

You are using the same word “Player” to define 2 diferent classes or scripts inside the same namespace.

Go explore about this…