mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter without a getter
This commit is contained in:
@@ -1006,11 +1006,11 @@ namespace OpenSim.Framework
|
||||
event MuteListEntryRemove OnRemoveMuteListEntry;
|
||||
event GodlikeMessage onGodlikeMessage;
|
||||
event GodUpdateRegionInfoUpdate OnGodUpdateRegionInfoUpdate;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Set the debug level at which packet output should be printed to console.
|
||||
/// </summary>
|
||||
void SetDebugPacketLevel(int newDebug);
|
||||
int DebugPacketLevel { get; set; }
|
||||
|
||||
void InPacket(object NewPack);
|
||||
void ProcessInPacket(Packet NewPack);
|
||||
|
||||
Reference in New Issue
Block a user