geometry-tower-defense/Assets/GameMain/Scripts/UI/Game/Context/TowerRepoItemContext.cs

10 lines
130 B
C#

using System;
namespace GeometryTD.UI
{
[Serializable]
public class TowerRepoItemContext : RepoItemContext
{
}
}