whoa/src/object/client/CGContainer.cpp

7 lines
167 B
C++

#include "object/client/CGContainer.hpp"
#include "object/client/CGItem.hpp"
uint32_t CGContainer::TotalFieldsSaved() {
return CGItem::TotalFieldsSaved() + 72;
}