11111
This commit is contained in:
11
Assets/05.TableTextConversion/RunTime/Core/ITableData.cs
Normal file
11
Assets/05.TableTextConversion/RunTime/Core/ITableData.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Cysharp.Threading.Tasks;
|
||||
using UnityEngine;
|
||||
|
||||
public interface ITableData
|
||||
{
|
||||
string TableName { get; }
|
||||
bool IsLoad { get; set; }
|
||||
UniTask LoadData();
|
||||
}
|
||||
Reference in New Issue
Block a user