Compare commits
2 Commits
a20383ff3b
...
7e8164b1d9
Author | SHA1 | Date |
---|---|---|
|
7e8164b1d9 | |
|
7343ab7ec0 |
|
@ -56,6 +56,10 @@ func (this *PolicyClawdoll) OnStart(s *base.Scene) {
|
|||
|
||||
func (this *PolicyClawdoll) OnStop(s *base.Scene) {
|
||||
logger.Logger.Trace("(this *PolicyClawdoll) OnStop , sceneId=", s.GetSceneId())
|
||||
sceneEx, ok := s.ExtraData.(*SceneEx)
|
||||
if ok {
|
||||
sceneEx.ShutDown()
|
||||
}
|
||||
}
|
||||
|
||||
func (this *PolicyClawdoll) OnTick(s *base.Scene) {
|
||||
|
|
Loading…
Reference in New Issue