spicedruid
spicedruid
CC#
Created by spicedruid on 6/23/2023 in #help
❔ Make interface deriving from another interface have a sealed implementation of a function
I will have a look at that
13 replies
CC#
Created by spicedruid on 6/23/2023 in #help
❔ Make interface deriving from another interface have a sealed implementation of a function
ok well thanks for the help there
13 replies
CC#
Created by spicedruid on 6/23/2023 in #help
❔ Make interface deriving from another interface have a sealed implementation of a function
I dont need to use new, sealed or override at all, I just needed to use ICommand.Process in the child interface to override it
13 replies
CC#
Created by spicedruid on 6/23/2023 in #help
❔ Make interface deriving from another interface have a sealed implementation of a function
ah, I see. Thats a bit confusing
13 replies
CC#
Created by spicedruid on 6/23/2023 in #help
❔ Make interface deriving from another interface have a sealed implementation of a function
just following what is written here doesnt seem to work, just using public void for the child class makes the compiler tell me that I need to use the new keyword
13 replies
CC#
Created by spicedruid on 6/23/2023 in #help
❔ Make interface deriving from another interface have a sealed implementation of a function
I am using this in Unity by the way, Which I dont think uses the most up-to-date version of C#
13 replies