12 lines
193 B
C#
12 lines
193 B
C#
#if UNITY_EDITOR
|
|
using UnityEngine;
|
|
|
|
namespace GSpawn
|
|
{
|
|
public struct ObjectScaleStartData
|
|
{
|
|
public Vector3 localScale;
|
|
public Vector3 pivotToPosition;
|
|
}
|
|
}
|
|
#endif |