Итоговое уменьшение передаваемой информации в 4 раза

This commit is contained in:
2025-02-27 09:01:21 +03:00
parent 5718f9c313
commit 906bda7000
8 changed files with 18 additions and 14 deletions
-4
View File
@@ -1,5 +1,4 @@
using System;
using System.Text.Json.Serialization;
using mROA.Implementation.Attributes;
// ReSharper disable UnusedAutoPropertyAccessor.Global
@@ -21,9 +20,6 @@ namespace mROA.Implementation
public int CommandId { get; set; }
public int ObjectId { get; set; } = -1;
[SerializationIgnore]
public Type? ParameterType { get; set; }
public object? Parameter { get; set; }
public override string ToString()
{