namespace Gameplay.Building.Impl
{
public class BuildWatchTower : UnitBuild
public BuildWatchTower(uint id, int troopId) : base(id, troopId)
}