예제 #1
0
파일: Wall.cs 프로젝트: sherjilozair/Otter
        public override void Removed()
        {
            base.Removed();

            EventRouter.Unsubscribe(Events.FlippyDied, HandleDeath);
        }