Skip to content

Instantly share code, notes, and snippets.

@devbyray
Created January 31, 2020 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devbyray/aea3061a4fc75dc36b94c90cc8a19da0 to your computer and use it in GitHub Desktop.
Save devbyray/aea3061a4fc75dc36b94c90cc8a19da0 to your computer and use it in GitHub Desktop.
const player = new PlayerCharacter()
console.log('player: ', player)
// Player:
{
armour: 1000
height: 100
name: "Player name"
type: "elf"
weight: 90
width: 20
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment