badge_main.go 105 B

12345
  1. package badge
  2. func GetBadgeName(badgeId int) string {
  3. return getBadgeManager().getBadgeName(badgeId)
  4. }