progress on asset management system

This commit is contained in:
2018-09-12 01:32:05 -05:00
parent 8d80913fe2
commit 419fb6ab6b
76 changed files with 918 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
using RhythmBullet.Zer01HD.UI;
using RhythmBullet.Zer01HD.UI.Page;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace RhythmBullet.Zer01HD.Game.MainScreen
{
public class MainPage : Page
class MainPage : Page
{
public MainPage(int pageX, int pageY) : base(pageX, pageY)
{