summaryrefslogtreecommitdiff
path: root/Thronefall_1_57/Thronefall/Thronefall/ScrollElementID.cs
blob: 62a113c6e89116c75eeff0abb4017914ec31bddd (plain)
1
2
3
4
5
6
using UnityEngine;

public class ScrollElementID : MonoBehaviour
{
	public int id;
}