// Token: 0x060002C9 RID: 713 RVA: 0x00004CC0 File Offset: 0x00003CC0
 public virtual bool IsStatus(OpponentStatus status)
 {
     return(InternalOpponent._EASharpBinding_282(this.mSelf, (int)status));
 }
 // Token: 0x060002C7 RID: 711 RVA: 0x00004CB2 File Offset: 0x00003CB2
 public virtual void ClearStatus(OpponentStatus status)
 {
     InternalOpponent._EASharpBinding_281(this.mSelf, (int)status);
 }
Пример #3
0
 // Token: 0x06001587 RID: 5511 RVA: 0x00026042 File Offset: 0x00025042
 public void ClearStatus(OpponentStatus status)
 {
     this.internalOpponent.ClearStatus(status);
 }
Пример #4
0
 // Token: 0x06001586 RID: 5510 RVA: 0x00026034 File Offset: 0x00025034
 public void SetStatus(OpponentStatus status)
 {
     this.internalOpponent.SetStatus(status);
 }
Пример #5
0
 // Token: 0x06001585 RID: 5509 RVA: 0x00026026 File Offset: 0x00025026
 public bool IsStatus(OpponentStatus status)
 {
     return(this.internalOpponent.IsStatus(status));
 }
Пример #6
0
 // Token: 0x060013BE RID: 5054 RVA: 0x0001CC47 File Offset: 0x0001BC47
 public SetOpponentStatus(InstancedEvent evnt, EntrantInfo entrant, OpponentStatus status, bool enable) : base(evnt, entrant)
 {
     this.status = status;
     this.enable = enable;
 }