### YamlMime:ManagedReference items: - uid: Global.PongScorekeeper commentId: T:Global.PongScorekeeper id: PongScorekeeper parent: Global children: - Global.PongScorekeeper.player1Score - Global.PongScorekeeper.player2Score langs: - csharp - vb name: PongScorekeeper nameWithType: PongScorekeeper fullName: PongScorekeeper type: Class source: id: PongScorekeeper path: '' startLine: 193 assemblies: - cs.temp.dll namespace: Global syntax: content: 'public class PongScorekeeper : MonoBehaviour' content.vb: Public Class PongScorekeeper Inherits MonoBehaviour inheritance: - System.Object - uid: Global.PongScorekeeper.player1Score commentId: F:Global.PongScorekeeper.player1Score id: player1Score parent: Global.PongScorekeeper langs: - csharp - vb name: player1Score nameWithType: PongScorekeeper.player1Score fullName: PongScorekeeper.player1Score type: Field source: id: player1Score path: '' startLine: 195 assemblies: - cs.temp.dll namespace: Global syntax: content: public TextMeshProUGUI player1Score return: type: Global.TextMeshProUGUI content.vb: Public player1Score As TextMeshProUGUI - uid: Global.PongScorekeeper.player2Score commentId: F:Global.PongScorekeeper.player2Score id: player2Score parent: Global.PongScorekeeper langs: - csharp - vb name: player2Score nameWithType: PongScorekeeper.player2Score fullName: PongScorekeeper.player2Score type: Field source: id: player2Score path: '' startLine: 196 assemblies: - cs.temp.dll namespace: Global syntax: content: public TextMeshProUGUI player2Score return: type: Global.TextMeshProUGUI content.vb: Public player2Score As TextMeshProUGUI references: - uid: Global - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: Global.TextMeshProUGUI isExternal: true name: TextMeshProUGUI nameWithType: TextMeshProUGUI fullName: TextMeshProUGUI