This commit is contained in:
Scionwest_cp 2009-12-08 10:35:23 -08:00
parent 1416c7149b
commit 68e467fc05
3 changed files with 168 additions and 0 deletions

View file

@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MudDesigner.MudEngine.GameManagement
{
public class QuestSetup
{
}
}