mirror of
https://github.com/opensim/opensim.git
synced 2026-07-05 02:48:50 +08:00
Fix StateSource constants, provide RegionStart
This commit is contained in:
@@ -38,10 +38,11 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
{
|
||||
public enum StateSource
|
||||
{
|
||||
NewRez = 0,
|
||||
PrimCrossing = 1,
|
||||
ScriptedRez = 2,
|
||||
AttachedRez = 3
|
||||
RegionStart = 0,
|
||||
NewRez = 1,
|
||||
PrimCrossing = 2,
|
||||
ScriptedRez = 3,
|
||||
AttachedRez = 4
|
||||
}
|
||||
|
||||
public interface IScriptWorkItem
|
||||
|
||||
Reference in New Issue
Block a user