add kcp
This commit is contained in:
11
Src/Unity/Scripts/UX/Core/UXJsonBasedTable.cs
Normal file
11
Src/Unity/Scripts/UX/Core/UXJsonBasedTable.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace BITKit.UX
|
||||
{
|
||||
public class UXJsonBasedTable : UXElement<JsonBasedTable>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user