Skip to content

Instantly share code, notes, and snippets.

@jaredonline
Created August 11, 2014 20:30
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 jaredonline/1454fe0ceeedd64d09e3 to your computer and use it in GitHub Desktop.
Save jaredonline/1454fe0ceeedd64d09e3 to your computer and use it in GitHub Desktop.
impl<R: Monster> MonsterCreator for R {
fn new(life: int) -> R {
R { life: life, strength: 35, charisma: 91, weapon: 2, name:
"Industrial Raver Monkey".to_str() }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment