using System.Collections; using System.Collections.Generic; using UnityEngine; namespace game { public class StuffUnload : LongPressStuffBase { #region 生命周期 public override void InitStuff() { base.InitStuff(); m_Type = EventWashingStuffType.Unload; } #endregion } }