Commit 65b2af02 by BellCodeEditor

auto save

parent 31d3c4dd
Showing with 1 additions and 1 deletions
......@@ -31,7 +31,7 @@ class pleyer(Hero):
print('本角色血量,攻击力,名字,身份为'+str(self.hp)+','+str(self.attack)+','+self.name+','+self.typ)
sabi = pleyer ('sabi',1,10,'丐帮帮主')
李锦隆= pleyer ('李锦隆',70,300,'刺客')
李锦隆= pleyer ('李锦隆 A, Q./3SW',70,300,'刺客')
yase = Hero("垭瑟")
houyi= Hero("后羿")
yase.combat(houyi)
......
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