mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Formatting cleanup.
This commit is contained in:
@@ -44,7 +44,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
public delegate void ReceiveCommandDelegate(int ID, string Command, params object[] p);
|
||||
public event ReceiveCommandDelegate ReceiveCommand;
|
||||
Dictionary<string, Type> TypeDictionary = new Dictionary<string, Type>();
|
||||
Type[] Types =
|
||||
Type[] Types =
|
||||
{
|
||||
typeof(String),
|
||||
typeof(Int16),
|
||||
|
||||
Reference in New Issue
Block a user