mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
7 lines
167 B
C++
7 lines
167 B
C++
#include "object/client/CGContainer.hpp"
|
|
#include "object/client/CGItem.hpp"
|
|
|
|
uint32_t CGContainer::TotalFieldsSaved() {
|
|
return CGItem::TotalFieldsSaved() + 72;
|
|
}
|