forked from zxl/LaboratoryProtection
11 lines
367 B
C#
11 lines
367 B
C#
using PMaker.DependencyInjection;
|
|
|
|
using UnityEngine.AddressableAssets;
|
|
using UnityEngine.ResourceManagement.ResourceProviders;
|
|
|
|
//[CreateAssetMenu(fileName = "CryptoData", menuName = "ScriptableObject/New CryptoData", order = 1)]
|
|
public class SceneData : SingletonMonobehaviour
|
|
{
|
|
public AssetReference sceneReference;
|
|
public SceneInstance sceneInstance;
|
|
} |