Exemple #1
0
        public PlayTypeRepresentation(PlayType playType, double size)
        {
            PlayType = playType;
            Size     = size;
            var playTypeStr = playType.GetStringRepresentation().ToLowerInvariant();

            ImageSource = Path.Combine("Assets", $"{playTypeStr}.png");
        }