diff options
Diffstat (limited to 'CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs')
-rw-r--r-- | CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs b/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs deleted file mode 100644 index 61a23b4..0000000 --- a/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-using System.Threading;
-
-namespace CustomBaking
-{
- public class Baker
- {
- Thread m_Thread;
-
- }
-}
|