someonesshadow
❔ How to input a reference of a class into a function with an argument of an interface
`
I want to save the result of whatever StartFight does to fighter1 and fighter 2, specifically the health and other things down the line
using out or ref throws out an error
any other solutions than just returning the IFighter arguments with a tuple then assigining values individually outside the method?
8 replies