コード例 #1
0
ファイル: virtues.py プロジェクト: theysconator/PonyCardGame
	def __init__(self, PonyCardGame):
		Virtue.__init__(self, PonyCardGame, 
			name = 'generosity',
		)
コード例 #2
0
ファイル: virtues.py プロジェクト: theysconator/PonyCardGame
	def __init__(self, PonyCardGame):
		Virtue.__init__(self, PonyCardGame, 
			name = 'magic',
		)
コード例 #3
0
ファイル: virtues.py プロジェクト: theysconator/PonyCardGame
	def __init__(self, PonyCardGame):
		Virtue.__init__(self, PonyCardGame, 
			name = 'loyalty',
		)
コード例 #4
0
ファイル: virtues.py プロジェクト: theysconator/PonyCardGame
	def __init__(self, PonyCardGame):
		Virtue.__init__(self, PonyCardGame, 
			name = 'laughter',
		)
コード例 #5
0
ファイル: virtues.py プロジェクト: theysconator/PonyCardGame
	def __init__(self, PonyCardGame):
		Virtue.__init__(self, PonyCardGame, 
			name = 'kindness',
		)
コード例 #6
0
ファイル: virtues.py プロジェクト: theysconator/PonyCardGame
	def __init__(self, PonyCardGame):
		Virtue.__init__(self, PonyCardGame, 
			name = 'honesty',
		)