Class QRPlayerScanEntry
- java.lang.Object
-
- com.cmput301w23t09.qrhunter.qrcode.QRPlayerScanEntry
-
public class QRPlayerScanEntry extends java.lang.Object
Represents 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 Player
getPlayer()
Retrieve the player this entry representsint
getScore()
Retrieve the score of the player
-