Files
Fishing2/Packages/com.jbooth.microverse.objects/Scripts/ObjectStampHolder.cs
2025-06-04 00:00:18 +08:00

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;
}
}