CapersProject/Assets/02.Scripts/Ui/Tycoon/RankRow.cs

20 lines
293 B
C#
Raw Normal View History

2024-12-17 10:44:39 +00:00
using UnityEngine;
public class RankRow : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}