From cf9d92a3c24e6ff385dbecb9f6a8708e6c1f58e3 Mon Sep 17 00:00:00 2001 From: cx Date: Thu, 23 Nov 2017 21:19:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=95=E6=8D=89=E6=9C=8D=E5=8A=A1.=20=20=20?= =?UTF-8?q?=20=E5=AE=8C=E7=BE=8E=E5=BC=80=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GraphicsSystem/SnapServices.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/GraphicsSystem/SnapServices.ts diff --git a/src/GraphicsSystem/SnapServices.ts b/src/GraphicsSystem/SnapServices.ts new file mode 100644 index 000000000..7ec187cca --- /dev/null +++ b/src/GraphicsSystem/SnapServices.ts @@ -0,0 +1,14 @@ + +/** + * 提供捕捉的服务. + * + * @class SnapServices + */ +class SnapServices +{ + + constructor() + { + + } +} \ No newline at end of file