sofreebaby
发表于 2015-11-8 13:38:03
一直工程搜索,多谢帮助提高效率
mingzhu00
发表于 2015-11-12 17:58:00
终于找到好论坛了,感谢版主的文章。
allana
发表于 2015-11-29 19:04:16
public void Hurt(int hurtValue)
{
if (!this.IsDead())
{
int num = this.m_refActorAttribBehaviour.m_HP - hurtValue;
this.m_refActorAttribBehaviour.m_HP = Math.Max(0, num);
if (this.m_refActorAttribBehaviour.m_HP <= 0)
{
this.Dead(0);
}
}
大神这个怎么改成不死
hill_king
发表于 2015-12-3 14:02:33
感谢分享
leo119
发表于 2015-12-22 00:34:45
很给力!
yyyl
发表于 2016-1-5 13:13:01
这个真心给力
笨笨狼
发表于 2016-1-15 14:47:43
感谢分享使用经验{:4_89:}
week8
发表于 2016-2-9 11:33:04
方便方便,超级好用。
justlovemm
发表于 2016-3-16 09:38:22
多谢楼主,妈妈再也不用担心我不会用Android Killer了
新的菜鸟
发表于 2016-3-17 01:28:24
对于初学者来说~有些难度~