Пример #1
0
 public static HUDItemNotificationControl Show(IProtoItem protoItem, int deltaCount)
 {
     return(instance?.ShowInternal(protoItem, deltaCount));
 }
 public static void Show(IProtoItem protoItem, int deltaCount)
 {
     instance.ShowInternal(protoItem, deltaCount);
 }