This commit is contained in:
parent
1416c7149b
commit
68e467fc05
3 changed files with 168 additions and 0 deletions
11
Mud Designer/MudEngine/GameManagement/QuestSetup.cs
Normal file
11
Mud Designer/MudEngine/GameManagement/QuestSetup.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace MudDesigner.MudEngine.GameManagement
|
||||
{
|
||||
public class QuestSetup
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue