diff options
author | chai <chaifix@163.com> | 2021-05-11 20:13:09 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-05-11 20:13:09 +0800 |
commit | db44a6e164c2072a6526bb4e588e7590df4e08c4 (patch) | |
tree | df2b447afa45d71e18050739658cd90111c60280 /CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs | |
parent | 61f7041fd10f1545991e6fbc66ade10c6835c5a4 (diff) |
*rename
Diffstat (limited to 'CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs')
-rw-r--r-- | CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs b/CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs deleted file mode 100644 index 2df8723..0000000 --- a/CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-namespace CustomBaking
-{
- public abstract class BakingJobBase
- {
-
-
- }
-}
|