Fields should be protected unless private is required

LSLKeyTest
Melanie Thielker 2016-06-14 01:27:48 +02:00
parent 68c73951ef
commit cdfbf78d07
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
public class LLUDPServerShim : INonSharedRegionModule
{
protected IConfigSource m_Config;
LLUDPServer m_udpServer;
protected LLUDPServer m_udpServer;
#region INonSharedRegionModule
public virtual string Name