Realm Explorer:
- Implemented UI designs.
This commit is contained in:
parent
ced376e72a
commit
2f6dc95adb
8 changed files with 367 additions and 24 deletions
|
@ -6,14 +6,21 @@ using System.Drawing;
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using MUDEngine;
|
||||
using MUDEngine.Objects.Environment;
|
||||
|
||||
namespace ZoneBuilder
|
||||
{
|
||||
public partial class frmMain : Form
|
||||
{
|
||||
Zone _CurrentZone;
|
||||
Room _CurrentRoom;
|
||||
|
||||
public frmMain()
|
||||
{
|
||||
InitializeComponent();
|
||||
_CurrentRoom = new Room();
|
||||
_CurrentZone = new Zone();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue