Accounts
(static) Hashtable Table( get; )
(static) Account AddAccount( string user, string pass )
(static) void Configure()
(static) Account GetAccount( string username )
(static) string GetAttribute( XmlElement node, string attributeName )
(static) string GetAttribute( XmlElement node, string attributeName, string defaultValue )
(static) DateTime GetDateTime( string dateTimeString, DateTime defaultValue )
(static) int GetInt32( string intString, int defaultValue )
(static) string GetText( XmlElement node, string defaultValue )
(static) void Load()
(static) void Save( WorldSaveEventArgs e )
(ctor) Accounts()