备份CatanBuilding瘦身独立工程
This commit is contained in:
17
Assets/Scripts/EventWashing/Stuff/StuffUnload.cs
Normal file
17
Assets/Scripts/EventWashing/Stuff/StuffUnload.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user