Initial windlight codebase commit

This commit is contained in:
unknown
2009-12-07 18:03:53 +01:00
parent 2e6dce434f
commit 29a740ec8c
16 changed files with 297 additions and 17 deletions

View File

@@ -902,7 +902,7 @@ namespace OpenSim.Client.MXP.ClientStack
// Need to translate to MXP somehow
}
public void SendGenericMessage(string method, List<string> message)
public void SendGenericMessage(string method, List<byte[]> message)
{
// Need to translate to MXP somehow
}