Compare commits
No commits in common. "7e8164b1d9048290478f7f0c4d48c9144116fdca" and "a20383ff3b4da3cf465d50057387973a0f25b12f" have entirely different histories.
7e8164b1d9
...
a20383ff3b
|
@ -56,10 +56,6 @@ func (this *PolicyClawdoll) OnStart(s *base.Scene) {
|
||||||
|
|
||||||
func (this *PolicyClawdoll) OnStop(s *base.Scene) {
|
func (this *PolicyClawdoll) OnStop(s *base.Scene) {
|
||||||
logger.Logger.Trace("(this *PolicyClawdoll) OnStop , sceneId=", s.GetSceneId())
|
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) {
|
func (this *PolicyClawdoll) OnTick(s *base.Scene) {
|
||||||
|
|
Loading…
Reference in New Issue