CapersProject/Assets/02.Scripts/Ui/Tycoon/RankRow.cs
2024-12-17 19:44:39 +09:00

20 lines
293 B
C#

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()
{
}
}