From cf16af12d118029a1d0fb7aaa129261e1f15a2e2 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 7 Jun 2013 15:03:46 -0700 Subject: [PATCH] Updated Lua Client (markdown) --- Lua-Client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lua-Client.md b/Lua-Client.md index b981047..fe94290 100644 --- a/Lua-Client.md +++ b/Lua-Client.md @@ -1,4 +1,4 @@ -Lua_Client is a class exported to Lua that represent the Client object from EQEmu. All Lua_Client are also Lua_Entity. +Lua_Client is a class exported to Lua that represent the Client object from EQEmu. All Lua_Client are also [Lua_Mob](Lua-Mob). ### Properties ```