Project_WL/Assets/ThirdParty/Koenigz/Perfect Culling/Scripts/PerfectCullingBakeAbortedYi...

13 lines
256 B
C#
Raw Normal View History

2024-12-15 01:39:39 +00:00
// Perfect Culling (C) 2021 Patrick König
//
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Koenigz.PerfectCulling
{
public class PerfectCullingBakeAbortedYieldInstruction : YieldInstruction
{
}
}