コード例 #1
0
	public void OnUpdate()
	{
		_network.UpdateClient();

		_playerInput.UpdateInput();
		_world.GetAvatar().UpdateAvatar(_playerInput);
	}