コード例 #1
0
ファイル: TipLogShow.cs プロジェクト: midgithub/notes
        public override void Hide()
        {
            base.Hide();
            LogMgr.StopSaveLog();

            CoreEntry.gEventMgr.RemoveListener(GameEvent.GE_RECORD_LOG, OnRecordLog);
        }