Files
Studio/Assets/TestStacker.cs
2025-02-19 17:24:26 +09:00

10 lines
93 B
C#

using UnityEngine;
namespace XED
{
public class TestStacker : TwinObject
{
}
}