12 lines
249 B
C#
12 lines
249 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
using UnityEngine.Rendering;
|
|
|
|
namespace Ichni.Editor
|
|
{
|
|
public class PostProcessingManager : MonoBehaviour
|
|
{
|
|
public Volume globalVolume;
|
|
}
|
|
} |