1.01
This commit is contained in:
12
Assets/05.TableTextConversion/RunTime/Abstract/ITableData.cs
Normal file
12
Assets/05.TableTextConversion/RunTime/Abstract/ITableData.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Stary.Evo.TableTextConversion
|
||||
{
|
||||
public interface ITableData
|
||||
{
|
||||
public string TableName { get; }
|
||||
}
|
||||
public enum TableName
|
||||
{
|
||||
AudioTableData,
|
||||
AudioTextData
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 33bd2c65630947399d1eb3e8c3e454c1
|
||||
timeCreated: 1743415380
|
||||
Reference in New Issue
Block a user