UpdateListen

This commit is contained in:
rawer470 2024-08-15 11:46:01 +03:00
parent 0daefa41a6
commit d6daa3d063

View file

@ -6,7 +6,9 @@ using System.Threading.Tasks;
namespace ZoFo.GameCore.GameManagers.NetworkManager.Updates.ClientToServer
{
internal class UpdateInput
public class UpdateInput :IUpdateData
{
public int IdEntity { get; set; }
public string UpdateType { get; set; }
}
}