thewar_client/Client/Assets/1_Script/Info/BuildingInfo.cs

9 lines
136 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class BuildingInfo
{
List<UnitCtrl> units;
}