2025-01-27 10:29:38 -05:00
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using UnityEngine;
|
2025-02-26 22:54:53 -05:00
|
|
|
using UnityEngine.Rendering;
|
2025-01-27 10:29:38 -05:00
|
|
|
|
2025-02-26 22:54:53 -05:00
|
|
|
namespace Ichni.Editor
|
2025-01-27 10:29:38 -05:00
|
|
|
{
|
2025-02-26 22:54:53 -05:00
|
|
|
public class PostProcessingManager : MonoBehaviour
|
2025-01-27 10:29:38 -05:00
|
|
|
{
|
2025-02-26 22:54:53 -05:00
|
|
|
public Volume globalVolume;
|
2025-01-27 10:29:38 -05:00
|
|
|
}
|
2025-02-26 22:54:53 -05:00
|
|
|
}
|