break;
type = type.BaseType;
}
return type ?? typeof(NodeDrawData);
return found ?? typeof(NodeDrawData);
protected abstract void AddTypeMappings();