IHistorian.cs 226 B

123456789101112
  1. // Author: Orlys
  2. // Github: https://github.com/Orlys
  3. namespace Yuuna.Common.Logging
  4. {
  5. /// <summary>
  6. /// 用來記錄資訊及錯誤的歷史學家。
  7. /// </summary>
  8. public interface IHistorian
  9. {
  10. }
  11. }