Falco Engine 3.9.0.1 (beta)
Font.cs
Go to the documentation of this file.
1using System;
2
3namespace FalcoEngine
4{
5 public class Font : Asset
6 {
7 internal Font() { }
8 }
9}