NG_/Assets/Scripts/Data/Controller/HttpController.cs

9 lines
140 B
C#
Raw Normal View History

2024-12-13 19:40:05 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public interface HttpController
{
void UpdateIndex();
}