【Unity エラー】CS1519 : タイプミスの可能性

error CS1519: Unexpected symbol `void' in class, 
struct, or interface member declaration

「;」がないとか。

private float step_timer = 0.0f
void Update () {
}