LILI
LILI
CC#
Created by LILI on 4/26/2024 in #help
✅ Getting redirect link
I have this link that redirects to another link. The redirect link has a token in it that I need to get. How can I get the link it redirects to? I've tried sending a GET request and then using response.Headers.Location but it's just null.
3 replies
CC#
Created by LILI on 3/28/2024 in #help
✅ Linking Projects
I'm currently having a second go at making a game engine. I'm trying to make it so that the engine is a seperate project that gets built into a dll and can be used in projects. How I want the engine to work is in the game project you have all your scripts, which implement an IScript interface and when you run the game, the engine goes through all the scripts and starts the lifecycle of the script. The way I get all the classes that implement IScript is by going through the types from the assembly. The issue I'm facing is that the Engine.dll doesn't share the same assemblies as the Game.exe and doesn't detect any of the scripts.
5 replies