A game about forced loneliness, made by TACStudios
1using System;
2using System.Collections.Generic;
3using UnityEditor.Graphing;
4
5namespace UnityEditor.ShaderGraph.Legacy
6{
7 [FormerName("UnityEditor.ShaderGraph.VfxMasterNode")]
8 class VisualEffectMasterNode1 : AbstractMaterialNode, IMasterNode1
9 {
10 public bool m_Lit;
11 public bool m_AlphaTest;
12 }
13}