Holipop
Holipop
CC#
Created by Holipop on 6/16/2024 in #help
Porting a tiny library from Lua to C#
Alternative question: is what I want even worth it/possible?
2 replies
CC#
Created by Holipop on 5/14/2024 in #help
Getting the typeof this to use in a generic method
Gotcha gotcha, thank you lots!
14 replies
CC#
Created by Holipop on 5/14/2024 in #help
Getting the typeof this to use in a generic method
for context, I want Bar to be an abstract class and for anything that inherits it to have Pass work
14 replies
CC#
Created by Holipop on 5/14/2024 in #help
Getting the typeof this to use in a generic method
like if I had.. class Thing : Bar
14 replies
CC#
Created by Holipop on 5/14/2024 in #help
Getting the typeof this to use in a generic method
If I have any class that extends Bar, will they have to override the method to pass their own type in or no?
14 replies