/LindaEngine/Core/System.cs
https://github.com/7Kronos/linda · C# · 13 lines · 12 code · 1 blank · 0 comment · 0 complexity · fd69d655912f5d42ea1fb084eda6d726 MD5 · raw file
- using LindaEngine.WorldModel.Content;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
-
- namespace LindaEngine.Core
- {
- public static class SysCore
- {
- public static Font SystemFont;
- }
- }