begin code overhauls
This commit is contained in:
parent
9969e466d8
commit
eb1026f8f4
14 changed files with 544 additions and 197 deletions
14
NonCommands/nCMD.cs
Normal file
14
NonCommands/nCMD.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenMetaverse;
|
||||
|
||||
|
||||
|
||||
namespace Bot.NonCommands
|
||||
{
|
||||
public interface nCMD
|
||||
{
|
||||
public void handle(string text, UUID User, string agentName, MessageHandler.Destinations src, UUID originator);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue