mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* some work on not storing the circuitPack (bad thing if we're going to reuse packets)
* some work on encapsulation, code convention compliance and beautification. * also, some ignores
This commit is contained in:
@@ -473,7 +473,7 @@ namespace OpenSim.Framework
|
||||
|
||||
string LastName { get; }
|
||||
|
||||
uint CircuitCode { get; set; }
|
||||
uint CircuitCode { get; }
|
||||
|
||||
void OutPacket(Packet newPack, ThrottleOutPacketType packType);
|
||||
void SendWearables(AvatarWearable[] wearables, int serial);
|
||||
|
||||
Reference in New Issue
Block a user