Files
BH3/Assets/Scripts/Assembly-CSharp/MoleMole/GalTouchInfoItem.cs
2025-08-13 09:26:42 +08:00

20 lines
248 B
C#

namespace MoleMole
{
public class GalTouchInfoItem
{
public int avatarId;
public int touchGoodFeel;
public int battleGoodFeel;
public int heartLevel;
public int todayAddedFeel;
public int buffId;
public int buffRestTime;
}
}