protected override void OnAttach()
        {
            base.OnAttach();

            ASDF.asdf(this.Engine);

            //Start the co-routine which checks for newly generated media files, and converts them
            this.StartTask(() => Task.Run(metagen.Util.MediaConverter.Run));
        }
Exemple #2
0
        protected override void OnAttach()
        {
            base.OnAttach();

            ASDF.asdf(this.Engine);
            //Job<Slot> awaiter = SlotHelper.TransferToWorld(this.Slot, Userspace.UserspaceWorld).GetAwaiter();
            //awaiter.GetResult();
            Setup();

            //Start the co-routine which checks for newly generated media files, and converts them
            this.StartTask(() => Task.Run(metagen.Util.MediaConverter.Run));
        }