hey, Im trying to follow this unity programming book. I get an error like this:
Assets/Code/States/BeginState.cs(6,22): error CS0738: Assets.Code.States.BeginState' does not implement interface member
Assets.Code.Interfaces.IStateBase.ShowIt()’ and the best implementing candidate Assets.Code.States.BeginState.StateUpdate()' return type
void’ does not match interface member return type `void’