using System;

public class SpinBoxParam
{
	public int m_maxNumber;

	public int m_minNumber;

	public int amountPerPoint;
}