Engine:
- Added Character class PlayerBasic for the lowest authorized level - Added Character class PlayerAdmin that will provide some additional higher level authorized commands - Added Character class PlayerGM that will provide high level authorized commands - Added Factions class for future use of factions - Added Class class for future use of classes - Added Race class for future use of Races - Added NPCFriendly class for future use of Friendly NPCs - Added NPCHostile class for future use of Monster NPCs - Added CommandWalk class for future walk command - Added CommandGMTeleport class for future GM teleporting support. - Added Description property to the Door class.
This commit is contained in:
parent
85aae88e34
commit
5f9a707b4c
14 changed files with 180 additions and 4 deletions
|
@ -73,8 +73,19 @@
|
|||
<Compile Include="Designer.Designer.cs">
|
||||
<DependentUpon>Designer.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="MudEngine\Characters\BaseCharacter.cs" />
|
||||
<Compile Include="MudEngine\Characters\CharacterClass.cs" />
|
||||
<Compile Include="MudEngine\Characters\CharacterFaction.cs" />
|
||||
<Compile Include="MudEngine\Characters\CharacterRace.cs" />
|
||||
<Compile Include="MudEngine\Characters\Controlled\PlayerAdmin.cs" />
|
||||
<Compile Include="MudEngine\Characters\Controlled\PlayerGM.cs" />
|
||||
<Compile Include="MudEngine\Characters\Controlled\PlayerBasic.cs" />
|
||||
<Compile Include="MudEngine\Characters\NPC\NPCHostile.cs" />
|
||||
<Compile Include="MudEngine\Characters\NPC\NPCFriendly.cs" />
|
||||
<Compile Include="MudEngine\FileSystem\SaveDataTypes.cs" />
|
||||
<Compile Include="MudEngine\GameCommands\CommandGMTeleport.cs" />
|
||||
<Compile Include="MudEngine\GameCommands\CommandLook.cs" />
|
||||
<Compile Include="MudEngine\GameCommands\CommandWalk.cs" />
|
||||
<Compile Include="MudEngine\GameManagement\GameScript.cs" />
|
||||
<Compile Include="MudEngine\GameObjects\Bag.cs" />
|
||||
<Compile Include="MudEngine\GameObjects\BaseObject.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue