备份CatanBuilding瘦身独立工程
This commit is contained in:
19
Assets/Scripts/EventWashing/Tools/ToolWaterGun.cs
Normal file
19
Assets/Scripts/EventWashing/Tools/ToolWaterGun.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using cfg;
|
||||
using DG.Tweening;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace game
|
||||
{
|
||||
public class ToolWaterGun : ToolForResponsiveCleaner
|
||||
{
|
||||
#region 生命周期
|
||||
public override void InitTool()
|
||||
{
|
||||
base.InitTool();
|
||||
m_Type = EventWashingTool.WaterSprayer;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user