Add inheritance comments

This commit is contained in:
Rochet2
2015-07-08 11:09:20 +03:00
parent 02c7a06410
commit 8fdd75cf4e
18 changed files with 44 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
/***
* Non-[Player] controlled [Unit]s (i.e. NPCs).
*
* Inherits all [Object], [WorldObject], and [Unit] methods.
* Inherits all methods from: [Object], [WorldObject], [Unit]
*/
namespace LuaCreature
{