UpdateListen
This commit is contained in:
parent
0daefa41a6
commit
d6daa3d063
1 changed files with 3 additions and 1 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue