/LindaEngine/Core/System.cs

https://github.com/7Kronos/linda · C# · 13 lines · 12 code · 1 blank · 0 comment · 0 complexity · fd69d655912f5d42ea1fb084eda6d726 MD5 · raw file

  1. using LindaEngine.WorldModel.Content;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. namespace LindaEngine.Core
  7. {
  8. public static class SysCore
  9. {
  10. public static Font SystemFont;
  11. }
  12. }