HearthBuddy 突袭 rush
Posted chucklu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HearthBuddy 突袭 rush相关的知识,希望对你有一定的参考价值。
public enum GAME_TAG
// Token: 0x0400627F RID: 25215
RUSH = 791,
// Token: 0x04006280 RID: 25216
ATTACKABLE_BY_RUSH = 930,
public abstract class EntityBase
// Token: 0x06007471 RID: 29809 RVA: 0x000E925E File Offset: 0x000E765E
public bool HasRush()
return this.HasTag(GAME_TAG.RUSH);
以上是关于HearthBuddy 突袭 rush的主要内容,如果未能解决你的问题,请参考以下文章