Deprecated.cs 250 B

12345678
  1. namespace UnityEditor.Rendering.LWRP
  2. {
  3. // This is to keep the namespace UnityEditor.Rendering.LWRP alive,
  4. // so that user scripts that have "using UnityEditor.Rendering.LWRP" in them still compile.
  5. internal class Deprecated
  6. {
  7. }
  8. }