备份CatanBuilding瘦身独立工程
This commit is contained in:
19
Assets/Scripts/EventWashing/WashingGame/WashingGameUnload.cs
Normal file
19
Assets/Scripts/EventWashing/WashingGame/WashingGameUnload.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using cfg;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace game
|
||||
{
|
||||
public class WashingGameUnload : WashingGameRemove
|
||||
{
|
||||
#region 生命周期
|
||||
public override void InitGame(string name)
|
||||
{
|
||||
base.InitGame(name);
|
||||
this.m_GameType = EventWashingOperation.Removing;
|
||||
this.m_Status = EventWashingActionStatus.Invalid;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user