From db44a6e164c2072a6526bb4e588e7590df4e08c4 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 11 May 2021 20:13:09 +0800 Subject: *rename --- UnityCollection/Assets/Tools/CustomBaking/Editor/Baker.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 UnityCollection/Assets/Tools/CustomBaking/Editor/Baker.cs (limited to 'UnityCollection/Assets/Tools/CustomBaking/Editor/Baker.cs') diff --git a/UnityCollection/Assets/Tools/CustomBaking/Editor/Baker.cs b/UnityCollection/Assets/Tools/CustomBaking/Editor/Baker.cs new file mode 100644 index 0000000..61a23b4 --- /dev/null +++ b/UnityCollection/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