public static GameObject FindItemByProto(this GameObject container, int protoId) { return(ItemExtensions.FindItemByProto(container, protoId)); }