Files
SoulliesOfficial 7580c4d87c 大更
2026-03-14 03:13:10 -04:00

11 lines
223 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Ichni.RhythmGame
{
public class SelectionConnector : MonoBehaviour
{
public GameElement connectedGameElement;
}
}