15 lines
No EOL
395 B
C#
15 lines
No EOL
395 B
C#
//MudEngine
|
|
using MudDesigner.MudEngine.Attributes;
|
|
using MudDesigner.MudEngine.FileSystem;
|
|
using MudDesigner.MudEngine.GameObjects;
|
|
using MudDesigner.MudEngine.GameObjects.Environment;
|
|
|
|
namespace MudDesigner.MudEngine.GameObjects.Environment
|
|
{
|
|
public struct StartingLocation
|
|
{
|
|
public string Room;
|
|
public string Zone;
|
|
public string Realm;
|
|
}
|
|
} |