GodDamage_______Input Player Ofline -> Online

This commit is contained in:
emDuy
2026-06-26 03:09:06 +07:00
parent 89763fda5e
commit 8dd33f0ae4
7 changed files with 297 additions and 50 deletions

View File

@@ -4,7 +4,7 @@ using UnityEngine;
namespace OnlyScove.Scripts
{
public struct PlayerInputData : INetworkInput
public struct PlayerInputData : INetworkInput, INetworkStruct
{
// Di chuyển (thường là Vector2 cho X/Y hoặc WASD)
public Vector2 Direction;