mirror of
https://github.com/myawired/2025-RecRoom-Server-E12354.git
synced 2026-07-18 00:21:15 +10:00
9 lines
257 B
C#
9 lines
257 B
C#
namespace Rec_rewild_live_rewrite.api.server.Classes
|
|
{
|
|
public class MyObjectives
|
|
{
|
|
public List<object> Objectives { get; set; } = new List<object>();
|
|
public List<object> ObjectiveGroups { get; set; } = new List<object>();
|
|
}
|
|
}
|