Skip to content

Instantly share code, notes, and snippets.

@ryfjwr
Created April 24, 2014 23:39
Show Gist options
  • Save ryfjwr/11273209 to your computer and use it in GitHub Desktop.
Save ryfjwr/11273209 to your computer and use it in GitHub Desktop.
nmg-sample
player = Player.new
cal = Calculator
player.calculator = cal
#例えばチップを買う 10
player.calculator.chip = 20
#ターンが終わる
player.calculator.net_income = 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment