From: <ta...@us...> - 2010-01-12 17:01:29
|
Revision: 472 http://babbot.svn.sourceforge.net/babbot/?rev=472&view=rev Author: tanis Date: 2010-01-12 17:01:21 +0000 (Tue, 12 Jan 2010) Log Message: ----------- - Added a note to the sample Core script Modified Paths: -------------- trunk/BabBot/BabBot/Scripts/Paladin/Core.cs Modified: trunk/BabBot/BabBot/Scripts/Paladin/Core.cs =================================================================== --- trunk/BabBot/BabBot/Scripts/Paladin/Core.cs 2010-01-12 16:50:36 UTC (rev 471) +++ trunk/BabBot/BabBot/Scripts/Paladin/Core.cs 2010-01-12 17:01:21 UTC (rev 472) @@ -23,6 +23,7 @@ using BabBot.Scripts.Common; using BabBot.Wow; +// NOTE: The namespace of the main script should always be "BabBot.Scripts" and che class name "Core" namespace BabBot.Scripts { public class Core : GlobalBaseBotState This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |