summaryrefslogtreecommitdiff
path: root/UnityCollection/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs
blob: 2df872388d0a78b59e350b9dd530049d8a8bdf8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace CustomBaking
{
    public abstract class BakingJobBase
    {


    }
}