mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
De-coupling the IClientAPI interface and ClientManager class from the
libsl/libomv Packet, as other client stacks could use other data types to pass packets around. Starting with InPacket() here, more to come.
This commit is contained in:
@@ -708,7 +708,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
{
|
||||
}
|
||||
|
||||
public void InPacket(Packet NewPack)
|
||||
public void InPacket(object NewPack)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user