Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
box
/
box-client
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
box-client
/
assets
/
script
/
core
/
utils
/
PlayerUtils.js
PlayerUtils.js
103 B
Permalink
History
Raw
1
2
3
4
5
module.exports = {
getPrice(configPrice) {
return String(1.0 * configPrice / 100)
},
};