using System; namespace OpenVIII.Fields.Scripts.Instructions { internal sealed class STOPVIBRATE : JsmInstruction { public STOPVIBRATE() { throw new NotSupportedException(); } } }