12 lines
180 B
C#
12 lines
180 B
C#
using System;
|
|
using Microsoft.Xna.Framework;
|
|
using Microsoft.Xna.Framework.Graphics;
|
|
|
|
using MonogameLabel.Enums;
|
|
|
|
namespace MonogameLabel
|
|
{
|
|
public class Label
|
|
{
|
|
}
|
|
}
|