protected override void Reset() { base.Reset(); Roundness = .5f; Empty = 1; Eat = EatModeEnum.Right; }
protected override void OnValidate() { base.OnValidate(); Empty = m_Empty; Eat = m_Eat; Roundness = m_Roundness; }