MudEngine:
- Added missing PlayerAdmin class.
This commit is contained in:
parent
e9e3bb8033
commit
f7756e2032
1 changed files with 11 additions and 0 deletions
11
MudEngine/GameObjects/Characters/Controlled/PlayerAdmin.cs
Normal file
11
MudEngine/GameObjects/Characters/Controlled/PlayerAdmin.cs
Normal 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
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue