diff options
Diffstat (limited to 'CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs')
-rw-r--r-- | CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs b/CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs new file mode 100644 index 0000000..2df8723 --- /dev/null +++ b/CollectionProj/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
+ {
+
+
+ }
+}
|