只需一步,快速开始
您需要 登录 才可以下载或查看,没有账号?立即注册
使用道具 举报
class Person: name = “” maxHp = 0 maxMp = 0 hp = 0 mp = 0 def __init__(self, name, maxHp,maxMp): self.name = name self.maxHp = maxHp self.maxMp = maxMp self.hp = maxHp self.mp = maxMp def Heal(self, healValue): self.hp = min(self.maxHp, self.hp+healValue)
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|RenPy中文空间 ( 苏ICP备17067825号|苏公网安备 32092302000068号 )
GMT+8, 2025-2-24 14:14 , Processed in 0.158489 second(s), 24 queries .
Powered by Discuz! X3.5
© 2001-2025 Discuz! Team.