Esempio n. 1
0
        static PartFactory()
        {
            var reader = new RexReader("AsciiArt/missileLauncher.xp");

            _missileArt = reader.GetMap();
        }
Esempio n. 2
0
        static InfoPanel()
        {
            var reader = new RexReader("AsciiArt/placeholder.xp");

            placeholder = reader.GetMap();
        }