From 61f7041fd10f1545991e6fbc66ade10c6835c5a4 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 10 May 2021 21:35:08 +0800 Subject: +misc --- CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs (limited to 'CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs') diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs b/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs new file mode 100644 index 0000000..61a23b4 --- /dev/null +++ b/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs @@ -0,0 +1,13 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using System.Threading; + +namespace CustomBaking +{ + public class Baker + { + Thread m_Thread; + + } +} -- cgit v1.1-26-g67d0