some progress...
This commit is contained in:
@@ -101,7 +101,7 @@ public class PlayerInputNetwork2 : IPlayerInput
|
||||
_worldStateManager.GetPlayerInputState(_playerId, _frame, out _state);
|
||||
}
|
||||
|
||||
public PlayerInputState2 GetState() { return default; }
|
||||
public PlayerInputState2 GetState() => _state;
|
||||
|
||||
public void ResetState()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user