Example #1
0
        public DMap(SDLGraphics graphics)
        {
            this.mCharacters = new List <DCharacter>();

            this.clearMap();

            this.mGraphics = graphics;
        }
Example #2
0
        public DCharacter(SDLGraphics graphics)
        {
            this.clearCharacter();

            this.mGraphics = graphics;
        }