using System; using System.Collections.Generic; using System.Text; using Sunweaver.Commands.Attributes; using Sunweaver.Commands.Abstracts; namespace Sunweaver.Commands { [BasePair] public class stop : BasePair { public override void Implementation(Sunweaver.DataPrototypes.VirtualMachine VM) { //Do nothing } } }