MudEngine:

- Added missing PlayerAdmin class.
This commit is contained in:
Scionwest_cp 2010-07-22 18:01:40 -07:00
parent e9e3bb8033
commit f7756e2032

View file

@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MudEngine.GameObjects.Characters.Controlled
{
public class PlayerAdmin : PlayerBasic
{
}
}