mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Removed 2 warnings. Added pointer comments to where to add hooks and modify functions to get SE working.
This commit is contained in:
@@ -36,10 +36,10 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
{
|
||||
static public bool Debug = true;
|
||||
|
||||
public delegate void SendToDebugEventDelegate(string Message);
|
||||
public delegate void SendToLogEventDelegate(string Message);
|
||||
static public event SendToDebugEventDelegate SendToDebugEvent;
|
||||
static public event SendToLogEventDelegate SendToLogEvent;
|
||||
//public delegate void SendToDebugEventDelegate(string Message);
|
||||
//public delegate void SendToLogEventDelegate(string Message);
|
||||
//static public event SendToDebugEventDelegate SendToDebugEvent;
|
||||
//static public event SendToLogEventDelegate SendToLogEvent;
|
||||
|
||||
static public void SendToDebug(string Message)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user