FiE-Game/Assets/Cinematic Effects/BloomBeta/UltimateBloomPathLocator.cs

11 lines
190 B
C#
Raw Permalink Normal View History

using UnityEngine;
using System.Collections;
/// <summary>
/// Used to locate the root Ultimate Bloom Folder
/// </summary>
public class UltimateBloomPathLocator : ScriptableObject
{
}