17 lines
232 B
C#
17 lines
232 B
C#
/*
|
|
* @Author: 白哉
|
|
* @Description: 城市逻辑接口
|
|
* @Date: 2025年04月01日 星期二 11:04:33
|
|
* @Modify:
|
|
*/
|
|
|
|
|
|
using UnityEngine;
|
|
using RuntimeData;
|
|
namespace Logic
|
|
{
|
|
public interface ICityLogic
|
|
{
|
|
|
|
}
|
|
} |