From db44a6e164c2072a6526bb4e588e7590df4e08c4 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 11 May 2021 20:13:09 +0800 Subject: *rename --- .../Assets/Tools/CustomBaking/Editor/BakingJobBase.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 UnityCollection/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs (limited to 'UnityCollection/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs') diff --git a/UnityCollection/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs b/UnityCollection/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs new file mode 100644 index 0000000..2df8723 --- /dev/null +++ b/UnityCollection/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs @@ -0,0 +1,12 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +namespace CustomBaking +{ + public abstract class BakingJobBase + { + + + } +} -- cgit v1.1-26-g67d0