10 lines
250 B
C#
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>();
|
|
}
|
|
}
|