Exemplo n.º 1
0
        // Token: 0x06000A66 RID: 2662 RVA: 0x0002DA8C File Offset: 0x0002BC8C
        private void Start()
        {
            ProjectileGhostController component = base.GetComponent <ProjectileGhostController>();

            if (component)
            {
                this.projectileTransform = component.authorityTransform;
                this.armingStateMachine  = EntityStateMachine.FindByCustomName(this.projectileTransform.gameObject, "Arming");
            }
        }
 // Token: 0x060005F5 RID: 1525 RVA: 0x00018903 File Offset: 0x00016B03
 private void Awake()
 {
     this.mainStateMachine = EntityStateMachine.FindByCustomName(base.gameObject, "Main");
     this.syncActiveMonsterBodies.InitializeBehaviour(this, ArenaMissionController.kListsyncActiveMonsterBodies);
     this.syncActivePickups.InitializeBehaviour(this, ArenaMissionController.kListsyncActivePickups);
 }