www.pudn.com > boogiebot.zip > WMOAreaTable.cs


using System; 
using System.Collections.Generic; 
using System.Text; 
 
namespace BoogieBot.Common 
{ 
    /// Object to access WMOAreaTable.dbc 
    public class WMOAreaTable : DBCFile 
    { 
        public WMOAreaTable() : base(@"DBFilesClient\WMOAreaTable.dbc") 
        { 
        } 
    } 
}