package gift // 获取礼物名称 func GetGiftName(giftId int) string { return getGiftManager().getGiftName(giftId) }