1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Cleaned up dwelling randomization

This commit is contained in:
Ivan Savenko
2023-10-25 21:56:00 +03:00
parent dcb8f4fc7b
commit 7a09646009
12 changed files with 69 additions and 105 deletions

View File

@@ -46,6 +46,9 @@ void IObjectInterface::newTurn(CRandomGenerator & rand) const
void IObjectInterface::initObj(CRandomGenerator & rand)
{}
void IObjectInterface::pickRandomObject(CRandomGenerator & rand)
{}
void IObjectInterface::setProperty( ui8 what, ui32 val )
{}