Adds style cop (#109)
This commit is contained in:
parent
3e715bcb60
commit
556a17aba8
1725 changed files with 33831 additions and 38046 deletions
|
|
@ -5,8 +5,9 @@ namespace Server.Engines.Help
|
|||
{
|
||||
public class PageResponseGump : Gump
|
||||
{
|
||||
private Mobile m_From;
|
||||
private string m_Name, m_Text;
|
||||
private readonly Mobile m_From;
|
||||
private readonly string m_Name;
|
||||
private readonly string m_Text;
|
||||
|
||||
public PageResponseGump(Mobile from, string name, string text) : base(0, 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue