CC#•Created by corteZz-1 on 8/7/2023 in #help ❔ What's the reason for the warning?
Well, the ?. operator indicates that the type can accept null. Because of this, the compiler will generate warnings everywhere to prompt null checks. I actually implemented the null check, but the warning didn't go away.