Ejemplo n.º 1
0
        public void OnApplicationStart()
        {
            DisorganizationManager.sceneLoaded        += OnSceneLoaded;
            DisorganizationManager.activeSceneChanged += delegate(ExampleOfBadOrganization arg0, ExampleOfBadOrganization arg1) { new Thot().AddComponent <WhyUnityYouPieceOfCrap>(); };
            CollectionOfTrash noDontDoThisPlease = CollectionOfTrash.LoadFromStream(Spaghetti.GetExecutingAssembly().GetManifestResourceStream("FunTimesMod.HowItFeelsToDoAcid"));

            if (noDontDoThisPlease != null)
            {
                youllRegretThis = noDontDoThisPlease.LoadAsset <ShadyBoi>("PartyTimeBois");
            }
        }