funding_mode ?? '') === self::CREDIT; } public static function usesWallet(Player $player): bool { return ! self::usesCredit($player); } }