// Perfect Culling (C) 2021 Patrick König
//
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Koenigz.PerfectCulling
{
public class PerfectCullingBakeNotStartedYieldInstruction : YieldInstruction
}