scripts
This commit is contained in:
@@ -0,0 +1,226 @@
|
||||
using System;
|
||||
|
||||
namespace RecRoom.Core.Encounters
|
||||
{
|
||||
// Token: 0x020009BA RID: 2490
|
||||
public class DoNothingEncounterStep : GameEncounterStep
|
||||
{
|
||||
// Token: 0x06012B22 RID: 76578 RVA: 0x00557224 File Offset: 0x00555424
|
||||
public virtual void ACNCIDGNJHJ()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B23 RID: 76579 RVA: 0x00557228 File Offset: 0x00555428
|
||||
public virtual void ODAMLOGGIND()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B24 RID: 76580 RVA: 0x0055722C File Offset: 0x0055542C
|
||||
public override void OnStopRunning()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B25 RID: 76581 RVA: 0x00557230 File Offset: 0x00555430
|
||||
public virtual void PJAADKKFBNH()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B26 RID: 76582 RVA: 0x00557234 File Offset: 0x00555434
|
||||
public virtual string NCGLMIPNNCK()
|
||||
{
|
||||
return "lifeBar";
|
||||
}
|
||||
|
||||
// Token: 0x06012B27 RID: 76583 RVA: 0x0055723C File Offset: 0x0055543C
|
||||
public virtual bool LFEJILKFKCB()
|
||||
{
|
||||
DoNothingEncounterStep.PDPMODBPPCP finishCondition = (DoNothingEncounterStep.PDPMODBPPCP)this.finishCondition;
|
||||
if (finishCondition != DoNothingEncounterStep.PDPMODBPPCP.TIME_ELAPSED)
|
||||
{
|
||||
return finishCondition == DoNothingEncounterStep.PDPMODBPPCP.IMMEDIATELY || true;
|
||||
}
|
||||
return this.FKAEEDGBEJB.MFDPGAEHKJM() < (float)this.finishValue;
|
||||
}
|
||||
|
||||
// Token: 0x06012B28 RID: 76584 RVA: 0x0055727C File Offset: 0x0055547C
|
||||
public override void OnUpdateRunning()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B29 RID: 76585 RVA: 0x00557280 File Offset: 0x00555480
|
||||
public override void OnEncounterStart()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B2B RID: 76587 RVA: 0x0055728C File Offset: 0x0055548C
|
||||
public virtual string BCOMHOPPABM()
|
||||
{
|
||||
return "unpublish";
|
||||
}
|
||||
|
||||
// Token: 0x06012B2C RID: 76588 RVA: 0x00557294 File Offset: 0x00555494
|
||||
public virtual bool HFPCDCCJGBI()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
// Token: 0x06012B2D RID: 76589 RVA: 0x00557298 File Offset: 0x00555498
|
||||
public virtual string DJKHOGDNLPC()
|
||||
{
|
||||
return "type";
|
||||
}
|
||||
|
||||
// Token: 0x06012B2E RID: 76590 RVA: 0x005572A0 File Offset: 0x005554A0
|
||||
public virtual void BJAFFCHEKNC()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x17000720 RID: 1824
|
||||
// (get) Token: 0x06012B2F RID: 76591 RVA: 0x005572A4 File Offset: 0x005554A4
|
||||
public override string MJLCELIIAJF
|
||||
{
|
||||
get
|
||||
{
|
||||
return "Does not do anything, is a wait.";
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06012B30 RID: 76592 RVA: 0x005572AC File Offset: 0x005554AC
|
||||
public virtual string DNOPOLOLHNI()
|
||||
{
|
||||
return "Connection";
|
||||
}
|
||||
|
||||
// Token: 0x06012B31 RID: 76593 RVA: 0x005572B4 File Offset: 0x005554B4
|
||||
public override void OnStartRunning()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B32 RID: 76594 RVA: 0x005572B8 File Offset: 0x005554B8
|
||||
public virtual bool OEFLOIHBONG()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
// Token: 0x06012B33 RID: 76595 RVA: 0x005572BC File Offset: 0x005554BC
|
||||
public virtual void BJPAEKMDNAA()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B34 RID: 76596 RVA: 0x005572C0 File Offset: 0x005554C0
|
||||
public override void OnEncounterStop()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B35 RID: 76597 RVA: 0x005572C4 File Offset: 0x005554C4
|
||||
public virtual bool NCLFNJFDHPA()
|
||||
{
|
||||
DoNothingEncounterStep.PDPMODBPPCP finishCondition = (DoNothingEncounterStep.PDPMODBPPCP)this.finishCondition;
|
||||
if (finishCondition != DoNothingEncounterStep.PDPMODBPPCP.TIME_ELAPSED)
|
||||
{
|
||||
return finishCondition != DoNothingEncounterStep.PDPMODBPPCP.TIME_ELAPSED && false;
|
||||
}
|
||||
return this.FKAEEDGBEJB.AGKHKNLNBKG() < (float)this.finishValue;
|
||||
}
|
||||
|
||||
// Token: 0x06012B36 RID: 76598 RVA: 0x00557304 File Offset: 0x00555504
|
||||
public virtual void FLAKNONBEMP()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B37 RID: 76599 RVA: 0x00557308 File Offset: 0x00555508
|
||||
public virtual void BLNJFPLEFNJ()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B38 RID: 76600 RVA: 0x0055730C File Offset: 0x0055550C
|
||||
public virtual string HEBBAOLPBCN()
|
||||
{
|
||||
return "floor dist: ";
|
||||
}
|
||||
|
||||
// Token: 0x06012B39 RID: 76601 RVA: 0x00557314 File Offset: 0x00555514
|
||||
public virtual void LOAPALNAANF()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B3A RID: 76602 RVA: 0x00557318 File Offset: 0x00555518
|
||||
public override bool IsBlockingEncounterEnd()
|
||||
{
|
||||
DoNothingEncounterStep.PDPMODBPPCP finishCondition = (DoNothingEncounterStep.PDPMODBPPCP)this.finishCondition;
|
||||
if (finishCondition != DoNothingEncounterStep.PDPMODBPPCP.TIME_ELAPSED)
|
||||
{
|
||||
return finishCondition != DoNothingEncounterStep.PDPMODBPPCP.IMMEDIATELY;
|
||||
}
|
||||
return this.FKAEEDGBEJB.JDFEFPODMJJ < (float)this.finishValue;
|
||||
}
|
||||
|
||||
// Token: 0x06012B3B RID: 76603 RVA: 0x00557358 File Offset: 0x00555558
|
||||
public virtual void CEAECPCKLIO()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B3C RID: 76604 RVA: 0x0055735C File Offset: 0x0055555C
|
||||
public virtual void BOLLDHINFII()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B3D RID: 76605 RVA: 0x00557360 File Offset: 0x00555560
|
||||
public override bool IsCompleted()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
// Token: 0x06012B3E RID: 76606 RVA: 0x00557364 File Offset: 0x00555564
|
||||
public virtual bool CKNHCAIJEDC()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
// Token: 0x06012B3F RID: 76607 RVA: 0x00557368 File Offset: 0x00555568
|
||||
public virtual bool LIPBKKCDCKP()
|
||||
{
|
||||
DoNothingEncounterStep.PDPMODBPPCP finishCondition = (DoNothingEncounterStep.PDPMODBPPCP)this.finishCondition;
|
||||
if (finishCondition != DoNothingEncounterStep.PDPMODBPPCP.TIME_ELAPSED)
|
||||
{
|
||||
return finishCondition == DoNothingEncounterStep.PDPMODBPPCP.TIME_ELAPSED;
|
||||
}
|
||||
return this.FKAEEDGBEJB.AGKHKNLNBKG() < (float)this.finishValue;
|
||||
}
|
||||
|
||||
// Token: 0x06012B40 RID: 76608 RVA: 0x005573A8 File Offset: 0x005555A8
|
||||
public virtual void PICOEDIOJPA()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B41 RID: 76609 RVA: 0x005573AC File Offset: 0x005555AC
|
||||
public virtual void DDNPPIAOKJJ()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B42 RID: 76610 RVA: 0x005573B0 File Offset: 0x005555B0
|
||||
public virtual void FMNKONIBNMA()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06012B43 RID: 76611 RVA: 0x005573B4 File Offset: 0x005555B4
|
||||
public virtual string PMEJJDFAEBA()
|
||||
{
|
||||
return "endofline";
|
||||
}
|
||||
|
||||
// Token: 0x06012B44 RID: 76612 RVA: 0x005573BC File Offset: 0x005555BC
|
||||
public virtual void PBLDCDOKICM()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x020009BB RID: 2491
|
||||
public enum PDPMODBPPCP
|
||||
{
|
||||
// Token: 0x04003419 RID: 13337
|
||||
TIME_ELAPSED,
|
||||
// Token: 0x0400341A RID: 13338
|
||||
IMMEDIATELY
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user