update space shooter

pull/134/head
hevinci 2023-07-25 18:38:02 +08:00
parent ad9bdc6574
commit 664866b627
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ using UnityEngine;
using YooAsset;
/// <summary>
/// 内置文件查询服务类
/// 资源文件查询服务类
/// </summary>
public class GameQueryServices : IQueryServices
{

View File

@ -7,7 +7,7 @@ using YooAsset;
/*
/// <summary>
/// 内置文件查询服务类
/// 资源文件查询服务类
/// </summary>
public class GameQueryServices2 : IQueryServices
{