rhythmbullet/RhythmBullet/Zer01HD/Game/Screens/MainScreen.cs

20 lines
371 B
C#
Raw Normal View History

2018-09-15 19:05:14 +00:00
using Microsoft.Xna.Framework.Graphics;
using RhythmBullet.Zer01HD.UI;
using RhythmBullet.Zer01HD.Utilities.UI;
2018-09-15 19:05:14 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RhythmBullet.Zer01HD.Game.Screens
2018-09-15 19:05:14 +00:00
{
class MainScreen : Screen
{
public MainScreen()
{
2018-09-20 16:04:32 +00:00
2018-09-15 19:05:14 +00:00
}
}
}