using UnityEngine; using System.Collections; public class Status_Normal : Status_Base { public sealed override void Update() { } }