小精灵配置
This commit is contained in:
parent
e5b80fda16
commit
159e69094f
|
@ -4948,6 +4948,9 @@ func (this *Player) SCGuide() {
|
||||||
|
|
||||||
func (this *Player) SCSpirit() {
|
func (this *Player) SCSpirit() {
|
||||||
cfg := PlatformMgrSingleton.GetConfig(this.Platform).SpiritConfig
|
cfg := PlatformMgrSingleton.GetConfig(this.Platform).SpiritConfig
|
||||||
|
if cfg == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
pack := &playerproto.SCDataConfig{
|
pack := &playerproto.SCDataConfig{
|
||||||
Cfg: []*playerproto.Config{
|
Cfg: []*playerproto.Config{
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue