备份CatanBuilding瘦身独立工程
This commit is contained in:
11
Assets/Scripts/EventWashing/Tools/ToolCollection.cs
Normal file
11
Assets/Scripts/EventWashing/Tools/ToolCollection.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace game
|
||||
{
|
||||
public class ToolCollection : MonoBehaviour
|
||||
{
|
||||
public List<OperatingToolsBase> Tools = new List<OperatingToolsBase>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user