imrpoved UI system structure and added a basic text module for testing; Untested.

This commit is contained in:
2018-09-15 13:15:32 -05:00
parent b0ecc4f457
commit 3779f220ff
13 changed files with 277 additions and 95 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RhythmBullet.Zer01HD.Utilities.ParticleSystem
{
class Particle
{
}
}