Currently the Mud Designer still contains the old MudEngine classes until migration has been completed.
13 lines
224 B
C#
13 lines
224 B
C#
//Microsoft .NET Framework
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace MudEngine.GameObjects.Items
|
|
{
|
|
public class BaseItem : BaseObject
|
|
{
|
|
|
|
}
|
|
}
|