geometry-tower-defense-base/src-ref/UI/Game/Context/TowerRepoItemContext.cs

10 lines
130 B
C#

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