Initial commit

This commit is contained in:
2024-11-21 19:39:22 +01:00
commit 56d1075459
32 changed files with 10966 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
const CDRAGON_BASE = "https://raw.communitydragon.org/latest/"
function mapPath(assetPath) {
if(assetPath === undefined || assetPath === null) return ""
return assetPath.toLowerCase().replace("/lol-game-data/assets/", "plugins/rcp-be-lol-game-data/global/default/")
}
export { mapPath, CDRAGON_BASE}