mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-24 06:27:59 +01:00
10 lines
190 B
C#
10 lines
190 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
/// <summary>
|
|
/// Used to locate the root Ultimate Bloom Folder
|
|
/// </summary>
|
|
public class UltimateBloomPathLocator : ScriptableObject
|
|
{
|
|
|
|
}
|