void Awake()
{
Reset();
ResetCount();
public void Reset()
public void ResetCount()
m_RemainingCount = Count;
}