ProjectDDD/Assets0.Datas/02.Scripts/GenerateGoogleSheet/GoogleSheetClass.cs

10 lines
209 B
C#

using System;
using System.Collections.Generic;
using UnityEngine;
/// <summary>You must approach through `GoogleSheetManager.SO<GoogleSheetSO>()`</summary>
public class GoogleSheetSO : ScriptableObject
{
}