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