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