Skip to content

Instantly share code, notes, and snippets.

@nanodeath
Created October 2, 2011 17:06
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 nanodeath/1257646 to your computer and use it in GitHub Desktop.
Save nanodeath/1257646 to your computer and use it in GitHub Desktop.
{Sword, Axe} = requireDir("./models/weapons")
var Axe, Sword, _ref;
_ref = requireDir("./models/weapons"), Sword = _ref.Sword, Axe = _ref.Axe;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment