public void Undo(IManipulator manipulator) { manipulator.SetByte(Name, offset, value); }
public void SetByte(string name, int offset, byte value) { manipulator.SetByte(name, offset, value); owner.OnExternalDataChange(); }