Ejemplo n.º 1
0
        public override void Apply()
        {
            Project.PlaygroundChars[X + Y * Project.PlaygroundWidth] = Char;

            Editor.PlaygroundCharacterChanged(X, Y);
        }