20 lines
279 B
C#
20 lines
279 B
C#
/*
|
|
* @Author: 白哉
|
|
* @Description:
|
|
* @Date: 2025年10月14日 星期二 16:10:15
|
|
* @Modify:
|
|
*/
|
|
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
namespace TH1_Logic.Net
|
|
{
|
|
public class MemberInfo
|
|
{
|
|
public ulong Id;
|
|
public string Name;
|
|
public Texture2D Texture;
|
|
}
|
|
} |