❔ Naming fields meaning numbers

Zzobweyt12/23/2022
I ran into problem where I don't know how to name fields.
How would be better to do it?
Image
TTvde112/23/2022
you could have an array with tile numbers
TTvde112/23/2022
or a dictionary
TTvde112/23/2022
Dictionary<int?, string> _tileNumberToEmoji = ...`
Zzobweyt12/24/2022
oh right, thank you!
AAccord12/25/2022
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.