// // Created by sebastian on 05.08.26. // #include "LudoRules.h" int ludo::LudoRules::getEntryOffset(PlayerColor color) { return static_cast(color) * 10; }