// Author: Orlys // Github: https://github.com/Orlys namespace Yuuna.Common.Logging { /// <summary> /// 用來記錄資訊及錯誤的歷史學家。 /// </summary> public interface IHistorian { } }