Guild Score
A class representing the score of a guild.
The score is composed of two properties: wins and loses, which represent the number of wins and losses of the guild, respectively. The score can be updated by calling the addWin and addLoss methods, and reset to 0 by calling the reset method.