Commit 15a33b89 by BellCodeEditor

auto save

parent acb3c483
class Husky(Dog)
def__init__(self):
super().def__init__()
self.skin = "black"
\ No newline at end of file
class Husky(Dog)
def__init__(self):
super().def__init__()
self.skin = "black"
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
class Husky(Dog)
def__init__(self):
super().def__init__()
self.skin = "black"
\ No newline at end of file
......@@ -25,8 +25,8 @@ class Hero: # 英雄类
class Player(): # 玩家英雄
def _init_(self,name):
super().__init__(name)
self.hp = 200
self.attack = 50
self.hp = 20000
self.attack = 5000
player = Player("后羿")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment