docs: 주석 수정

This commit is contained in:
aube.lee
2025-02-27 23:05:53 +09:00
parent 97c41a57ad
commit 267f9bd2c4

View File

@@ -2,12 +2,11 @@ using System;
using System.Collections.Generic;
using UnityEngine;
using BackEnd;
using LitJson;
namespace TON
{
/// <summary>
/// 뒤끝 서버 데이터 관리 담당 클래스
/// 뒤끝 서버 재화 데이터 관리 담당 클래스
/// </summary>
public class BackendCashDataManager
{