Files
2026-02-23 14:35:54 +08:00

14 lines
193 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CivilModelCreator
{
class CDMWall : CDMData
{
}
}