Code:
[CommandProperty( AccessLevel.GameMaster )]
public NpcGuild NpcGuild
{
get{ return m_NpcGuild; }
set{ m_NpcGuild = value; }
}
What is this? I've made my way through a couple of C# books now, but not sure what this is.
Do I need these before this value will return in a [props command? Is this just an internal function?
Thank you for your time.