muddesigner/MudEngine/GameObjects/Characters
Scionwest_cp cc2213a7b3 MudEngine:
- Deleted BaseAI as AI will be built into BaseCharacter and enabled/disabled via the already existing IsControlled property.
 - Added BaseStats class which will manage all of the stats used by characters. It was decided this should be a separate class that players can extend off of and change how stats are handled in their games without having to re-write large chunks of player code.
 - Began adding better commenting through-out the project. CommandExit.cs, CommandGetTime.cs have been given much better commenting. These will ultimately be converted to Scripts for developers to modify.
2010-08-22 00:06:20 -07:00
..
BaseCharacter.cs MudEngine: 2010-08-22 00:06:20 -07:00
BaseStats.cs MudEngine: 2010-08-22 00:06:20 -07:00