Commit cf02e1a6 by BellCodeEditor

save project

parent f47689a4
Showing with 11 additions and 0 deletions
class gun:
def __init__(self):
self.money=1100
self.attack=256
self.time=0
self.speed=200
self.distance=2
shot_off=gun()
print('截短霰弹枪的伤害为',shot_off.attack)
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