配置上传
This commit is contained in:
parent
6d917c37ea
commit
2b39b7527f
@ -22,6 +22,7 @@ const (
|
||||
game_bossconf = "game_stoneboss.json"
|
||||
game_battleconf = "game_stonebattle.json"
|
||||
game_stonetalent = "game_stonetalent.json"
|
||||
game_storeconf = "game_stonestore.json" // 商店配置
|
||||
)
|
||||
|
||||
///背包配置管理组件
|
||||
|
@ -104,3 +104,7 @@ func (this *MStonehenge) GetStoneBoosData(id int32) (bossstage *pb.StageData) {
|
||||
func (this *MStonehenge) GetAllStoneBoosData() (bossstage map[int32]*pb.StageData) {
|
||||
return this.bossStage
|
||||
}
|
||||
|
||||
func (this *MStonehenge) EventTrigger(event []string, room *pb.RoomData) {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user