You've already forked Dpr-ScriptsOnly
mirror of
https://github.com/izzy2lost/Dpr-ScriptsOnly.git
synced 2026-03-10 11:49:05 -07:00
14 lines
216 B
C#
14 lines
216 B
C#
using System;
|
|
|
|
namespace SmartPoint.AssetAssistant
|
|
{
|
|
public enum AssetBundleTarget
|
|
{
|
|
AssetDatabase,
|
|
BuildLocation,
|
|
RuntimeLocation,
|
|
StreamingAssets,
|
|
Nothing
|
|
}
|
|
}
|