НонКон на нет + защита от хитрых педалей (#169)

MassiveCok
This commit is contained in:
BIGZi0348
2024-11-11 23:47:20 +03:00
committed by GitHub
parent 2826352ec3
commit eadcc227d5
4 changed files with 13 additions and 8 deletions

View File

@@ -3,5 +3,5 @@ namespace Content.Shared._Amour.RoleplayInfo;
[RegisterComponent]
public sealed partial class RoleplayInfoComponent : Component
{
[DataField] public List<RoleplayInfo> Data = new();
[ViewVariables] public List<RoleplayInfo> Data { get; set; } = [];
}