mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Remove property/field duplication in ScriptInstance where it's unnecessary.
This commit is contained in:
@@ -68,8 +68,16 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
/// </summary>
|
||||
bool Suspended { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Is the script shutting down?
|
||||
/// </summary>
|
||||
bool ShuttingDown { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Script state
|
||||
/// </summary>
|
||||
string State { get; set; }
|
||||
|
||||
IScriptEngine Engine { get; }
|
||||
UUID AppDomain { get; set; }
|
||||
string PrimName { get; }
|
||||
|
||||
Reference in New Issue
Block a user