备份CatanBuilding瘦身独立工程
This commit is contained in:
14
Assets/Scripts/EventWashing/WashingGameCollection.cs
Normal file
14
Assets/Scripts/EventWashing/WashingGameCollection.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using game;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class WashingGameCollection : MonoBehaviour
|
||||
{
|
||||
[Tooltip("游戏类型")]
|
||||
public List<WashingGameBase> m_GameList = new List<WashingGameBase>();
|
||||
|
||||
#region 数据相关
|
||||
public List<WashingGameBase> GameList { get { return m_GameList; } }
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user