Class QRPlayerScanEntry
- java.lang.Object
-
- com.cmput301w23t09.qrhunter.qrcode.QRPlayerScanEntry
-
public class QRPlayerScanEntry extends java.lang.ObjectRepresents an entry on the QRCode scans list.
-
-
Constructor Summary
Constructors Constructor Description QRPlayerScanEntry(Player player, int score)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlayergetPlayer()Retrieve the player this entry representsintgetScore()Retrieve the score of the player
-