12345678910111213141516171819 |
- #
- # Copyright (c) Contributors to the Open 3D Engine Project
- #
- # SPDX-License-Identifier: Apache-2.0 OR MIT
- #
- #
- set(FILES
- Source/MatchmakingSystemComponent.cpp
- Source/MatchmakingSystemComponent.h
- Source/MPSGameLiftClientSystemComponent.cpp
- Source/MPSGameLiftClientSystemComponent.h
- Source/Components/UI/UiGameLiftConnectWithPlayerSessionData.cpp
- Source/Components/UI/UiGameLiftConnectWithPlayerSessionData.h
- Source/Components/UI/UiGameLiftFlexMatchConnect.cpp
- Source/Components/UI/UiGameLiftFlexMatchConnect.h
- Source/RegionalLatencySystemComponent.cpp
- Source/RegionalLatencySystemComponent.h
- )
|