A game about forced loneliness, made by TACStudios
at master 10 lines 180 B view raw
1 2namespace UnityEngine.Rendering 3{ 4 /// <summary> 5 /// Interface to identify additional data components 6 /// </summary> 7 public interface IAdditionalData 8 { 9 } 10}