// ****************************************************************************
// This code is released under the Evil Software License 1.1 *
// *
// Do what you want with this source code, but accept full responsibility *
// what you do. *
// *
// More info at
ESL - Fredrik Vold Information *
// - Znuff, 2012 *
// ****************************************************************************
using System;
using System.Reflection;
using System.Linq;
using System.Windows.Forms;
using Styx;
using Styx.CommonBot;
using Styx.CommonBot.Routines;
using Styx.Helpers;
using Styx.WoWInternals.WoWObjects;
using System.Drawing;
using Styx.WoWInternals;
using System.IO;
using System.Collections.Generic;
using Styx.Common;
using Styx.Common.Helpers;
using Styx.CommonBot.POI;
using System.Text;
namespace SitStupid
{
class SitStupid : CombatRoutine
{
public override void Combat() { }
public override sealed string Name { get { return "SitStupid - I just sit there doing nothing"; } }
public override WoWClass Class { get { return StyxWoW.Me.Class; } }
}
}