update libs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace AssetStoreTools.Previews.Utility
|
||||
{
|
||||
internal enum RenderPipeline
|
||||
{
|
||||
Unknown = 0,
|
||||
BiRP = 1,
|
||||
URP = 2,
|
||||
HDRP = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user