Hello,
I'm wondering if it's possible to use class properties on the main class of the game, like $slappingPlayers here ?
It seems not working (variable is reset at every call). Don't know if it's an error in my code or simply not working in BGA.
I'm wondering if it's possible to use class properties on the main class of the game, like $slappingPlayers here ?
It seems not working (variable is reset at every call). Don't know if it's an error in my code or simply not working in BGA.
Code: Select all
class EgyptianRatscrew extends Table
{
private $slappingPlayers = array();
function __construct()
{