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

@@ -6,9 +6,9 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RhythmBullet.Zer01HD.UI
namespace RhythmBullet.Zer01HD.UI.Page
{
public class Page
class Page
{
private readonly int pageX, pageY;
public readonly int xPos, yPos;

View File

@@ -6,7 +6,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RhythmBullet.Zer01HD.UI
namespace RhythmBullet.Zer01HD.UI.Page
{
class PageManager
{