master #75

Closed
Alienjack wants to merge 510 commits from Alienjack/AxibugEmuOnline_old:master into master
Showing only changes of commit 6e34b02c29 - Show all commits

View File

@ -94,17 +94,9 @@ namespace AxibugEmuOnline.Client
private ControllerState m_sampledState;
public ControllerState GetControllerState()
{
if (!InGameUI.Instance.IsOnline)
{
return m_sampledState;
}
else
{
//todo : 从服务器获取帧输入数据
return default;
}
}
public void SampleInput()
{