Untitled

Anonymous
plain_text
12/21/2022 7:24 PM
208 B
16
Indexable
public static Dictionary<int, string[]> LEVEL_SOLUTIONS = new Dictionary<int, string[]>()
    {
{1,{"level2","level 2"} },
{2,"bob"},
{3,"unexpected"},
Editor is loading...