15 lines
233 B
C#
15 lines
233 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace JBooth.MicroVerseCore
|
|
{
|
|
[ExecuteAlways]
|
|
public class ObjectStampHolder : MonoBehaviour
|
|
{
|
|
public string guid;
|
|
}
|
|
|
|
|
|
}
|