❔ ✅ abstract-Parent and Child static overrides?
How do I redeclare an objects element which needs be from a static context in a child class?
I have an abstract parent class:
and some child classes (here's an example):
where in I'm trying to override
I have an abstract parent class:
and some child classes (here's an example):
where in I'm trying to override
prefabBlock and want to give it a color RawColor; RawColor requires it's Color24 be static. I have been struggling with this massively.
