Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/rail/RailFriendsQueryPlayedWithFriendsTimeResult.cs
2026-02-21 16:45:37 +08:00

10 lines
250 B
C#

using System.Collections.Generic;
namespace rail
{
public class RailFriendsQueryPlayedWithFriendsTimeResult : EventBase
{
public List<RailPlayedWithFriendsTimeItem> played_with_friends_time_list = new List<RailPlayedWithFriendsTimeItem>();
}
}