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