Final commit with new changes. Class namespaces changed and editors changed. New classes added and Room Designer deleted.
This commit is contained in:
parent
68e467fc05
commit
41047da6d1
1 changed files with 12 additions and 0 deletions
12
Mud Designer/MudEngine/GameObjects/Items/BaseItem.cs
Normal file
12
Mud Designer/MudEngine/GameObjects/Items/BaseItem.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace MudDesigner.MudEngine.GameObjects.Items
|
||||
{
|
||||
public class BaseItem : BaseObject
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue