9 ::ll::TypedStorage<8, 32, ::std::string> pieceClass;
10 ::ll::TypedStorage<4, 4, int> weight;
11 ::ll::TypedStorage<4, 4, int> placeCount;
12 ::ll::TypedStorage<4, 4, int> maxPlaceCount;
13 ::ll::TypedStorage<4, 4, int> minDepth;
14 ::ll::TypedStorage<1, 1, bool> allowInRow;
24 MCAPI
PieceWeight(::std::string
const& pieceClass,
int weight,
int maxPlaceCount,
int minDepth,
bool allowInRow);
32 MCAPI
void* $ctor(::std::string
const& pieceClass,
int weight,
int maxPlaceCount,
int minDepth,
bool allowInRow);