9 lines
No EOL
179 B
C#
9 lines
No EOL
179 B
C#
using System.Collections.Generic;
|
|
|
|
namespace EllieBot.Coordinator
|
|
{
|
|
public class CoordState
|
|
{
|
|
public List<JsonStatusObject> StatusObjects { get; init; }
|
|
}
|
|
} |