8 lines
232 B
C#
8 lines
232 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
[CreateAssetMenu( fileName = "SpeckleStream", menuName = "Speckle2/Stream Scriptable Object", order = 0 )]
|
|
public class AccountSO : ScriptableObject
|
|
{
|
|
}
|