forked from CSGOWTF/csgowtf
#5 added Hitgroup-Puppet to DamageSite
This commit is contained in:
@@ -3,7 +3,7 @@ import {GoToLink, GoToMatch, GoToPlayer} from "./GoTo";
|
||||
import {SaveLastVisitedToLocalStorage} from "./LocalStorage";
|
||||
import {GetHLTV_1} from "./HLTV";
|
||||
import {DisplayRank, LoadImage} from "./Display";
|
||||
import {getMatchDetails, getPlayerMeta, getPlayerValue, GetUser, loadMoreMatches, TrackMe} from "./ApiRequests";
|
||||
import {GetMatchDetails, GetPlayerMeta, GetPlayerValue, GetUser, LoadMoreMatches, TrackMe, GetWeaponDmg} from "./ApiRequests";
|
||||
import {
|
||||
checkStatEmpty,
|
||||
closeNav,
|
||||
@@ -14,7 +14,8 @@ import {
|
||||
GetWinLoss,
|
||||
setTitle,
|
||||
truncate,
|
||||
sortObjectValue
|
||||
sortObjectValue,
|
||||
CreatePlayersArray
|
||||
} from "./Utils";
|
||||
|
||||
export {
|
||||
@@ -32,10 +33,10 @@ export {
|
||||
LoadImage,
|
||||
GetUser,
|
||||
TrackMe,
|
||||
getPlayerValue,
|
||||
loadMoreMatches,
|
||||
getPlayerMeta,
|
||||
getMatchDetails,
|
||||
GetPlayerValue,
|
||||
LoadMoreMatches,
|
||||
GetPlayerMeta,
|
||||
GetMatchDetails,
|
||||
setTitle,
|
||||
GetWinLoss,
|
||||
truncate,
|
||||
@@ -45,5 +46,7 @@ export {
|
||||
GetAvgRank,
|
||||
FixMapName,
|
||||
closeNav,
|
||||
sortObjectValue
|
||||
sortObjectValue,
|
||||
GetWeaponDmg,
|
||||
CreatePlayersArray
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user