// Token: 0x060022CA RID: 8906 RVA: 0x000A4486 File Offset: 0x000A2686
 public Color GetColor()
 {
     if (MPEventSystem.activeCount <= 1)
     {
         return(Color.white);
     }
     return(ColorCatalog.GetMultiplayerColor(this.playerSlot));
 }