muddesigner/MudEngine/GameObjects
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
..
Characters MudEngine: 2010-08-22 00:06:20 -07:00
Environment MudEngine: 2010-08-15 11:15:35 -07:00
Items MudEngine: 2010-08-17 19:57:33 -07:00
Bag.cs MudEngine: 2010-08-14 00:20:43 -07:00
BaseObject.cs MudEngine: 2010-08-15 11:15:35 -07:00
Currency.cs MudEngine: 2010-08-14 00:20:43 -07:00