public static string ToString(GameTexture tex)
 {
     return(tex?.GetName() ?? "");
 }