static XDestructionLibrary() { XTableReader.ReadFile(@"Table/DestructionPart", _part); }
static XStatisticsLibrary() { XTableReader.ReadFile(@"Table/XEntityStatistics", _statistics); }
static XFashionLibrary() { XTableReader.ReadFile(@"Table/FashionSuit", _suit); XTableReader.ReadFile(@"Table/FashionList", _list); XTableReader.ReadFile(@"Table/Profession", _profession); }
static XAnimationLibrary() { XTableReader.ReadFile(@"Table/XEntityPresentation", _presentations); }