Skip to content

Instantly share code, notes, and snippets.

@devbyray
Last active January 31, 2020 09:47
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/d7ca3b87d0740972935bd733d34a2283 to your computer and use it in GitHub Desktop.
Save devbyray/d7ca3b87d0740972935bd733d34a2283 to your computer and use it in GitHub Desktop.
const player = new PlayerCharacter()
console.log('player: ', player)
// Player:
{
armour: 100,
height: 1,
name: "lalalal",
type: "hobbit",
weight: 40,
width: 2,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment