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