Fix the first bunch of errors

This commit is contained in:
Chipmunk 2024-05-08 21:06:40 -04:00
parent d5a4ba839f
commit 910f661748

View file

@ -2261,11 +2261,6 @@ namespace TMPro
base.DoStateTransition(state, instant);
}
Transform ICanvasElement.get_transform()
{
return base.transform;
}
bool ICanvasElement.IsDestroyed()
{
return IsDestroyed();