Skip to content

Instantly share code, notes, and snippets.

@ryanflorence
Created May 12, 2010 18:58
Show Gist options
  • Save ryanflorence/398995 to your computer and use it in GitHub Desktop.
Save ryanflorence/398995 to your computer and use it in GitHub Desktop.
var Samurai = new Class({
Extends: Human,
Implements: [Warrior],
side: 'good',
energy: 1000
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment