Ejemplo n.º 1
0
 public static GameObject FindItemByProto(this GameObject container, int protoId)
 {
     return(ItemExtensions.FindItemByProto(container, protoId));
 }