NG_/Assets/Scripts/Data/Controller/HttpController.cs
2024-12-13 19:40:05 +08:00

9 lines
140 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public interface HttpController
{
void UpdateIndex();
}