55290 {
55291
55292
55293
55294
55295
55296
55297
55298
55299 return (Color)((int)
ai[0]
switch
55300 {
55301 0 => Color.Red,
55302 1 => Color.DarkOrange,
55303 2 => Color.Gold,
55304 3 => Color.LimeGreen,
55305 4 => Color.RoyalBlue,
55306 5 => new Color(80, 20, 180),
55307 6 => Color.HotPink,
55308 _ => Color.Transparent,
55309 });
55310 }
float[] ai
An array with 3 slots used for any sort of data storage, which is occasionally synced to the server....