mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-01-08 11:23:02 +00:00
10 lines
180 B
C#
10 lines
180 B
C#
using System.Collections.Generic;
|
|
|
|
namespace AppveyorClient.POCOs
|
|
{
|
|
public class HistoryInfo
|
|
{
|
|
public List<Build> Builds;
|
|
public Project Project;
|
|
}
|
|
} |