mirror of
https://github.com/opensim/opensim.git
synced 2026-06-05 10:35:39 +08:00
* Added sample event to ScriptInterpretedEvents
This commit is contained in:
@@ -8,7 +8,9 @@ using Key = libsecondlife.LLUUID;
|
||||
namespace OpenSim.Region.Scripting
|
||||
{
|
||||
|
||||
class ScriptInterpretedEvents
|
||||
public class ScriptInterpretedEvents
|
||||
{
|
||||
public delegate void OnTouchStartDelegate(Key user);
|
||||
public event OnTouchStartDelegate OnTouchStart;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user