123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- #
- # Copyright (c) Contributors to the Open 3D Engine Project
- #
- # SPDX-License-Identifier: Apache-2.0 OR MIT
- #
- #
- set(FILES
- Include/GameplayEffectsNotificationBus.h
- Include/PlayerKnockbackBus.h
- Include/NetworkPrefabSpawnerInterface.h
- Include/PlayerCoinCollectorBus.h
- Include/PlayerIdentityBus.h
- Include/PlayerMatchLifecycleBus.h
- Include/WeaponNotificationBus.h
- Include/UiCoinCountBus.h
- Include/UiGameOverBus.h
- Include/UiPlayerArmorBus.h
- Source/Components/AttachPlayerWeaponComponent.h
- Source/Components/AttachPlayerWeaponComponent.cpp
- Source/Components/ExampleFilteredEntityComponent.h
- Source/Components/ExampleFilteredEntityComponent.cpp
- Source/Components/NetworkAiComponent.cpp
- Source/Components/NetworkAiComponent.h
- Source/Components/NetworkAnimationComponent.cpp
- Source/Components/NetworkAnimationComponent.h
- Source/Components/NetworkHealthComponent.cpp
- Source/Components/NetworkHealthComponent.h
- Source/Components/NetworkMatchComponent.cpp
- Source/Components/NetworkMatchComponent.h
- Source/Components/NetworkRandomComponent.cpp
- Source/Components/NetworkRandomComponent.h
- Source/Components/NetworkTeleportComponent.cpp
- Source/Components/NetworkTeleportComponent.h
- Source/Components/NetworkTeleportCompatibleComponent.cpp
- Source/Components/NetworkTeleportCompatibleComponent.h
- Source/Components/NetworkWeaponsComponent.cpp
- Source/Components/NetworkWeaponsComponent.h
- Source/Components/NetworkSimplePlayerCameraComponent.cpp
- Source/Components/NetworkSimplePlayerCameraComponent.h
- Source/Components/PerfTest/NetworkPrefabSpawnerComponent.cpp
- Source/Components/PerfTest/NetworkPrefabSpawnerComponent.h
- Source/Components/PerfTest/NetworkRandomImpulseComponent.cpp
- Source/Components/PerfTest/NetworkRandomImpulseComponent.h
- Source/Components/PerfTest/NetworkTestSpawnerComponent.cpp
- Source/Components/PerfTest/NetworkTestSpawnerComponent.h
- Source/Components/PerfTest/NetworkRandomTranslateComponent.cpp
- Source/Components/PerfTest/NetworkRandomTranslateComponent.h
- Source/Components/NetworkStressTestComponent.cpp
- Source/Components/NetworkStressTestComponent.h
- Source/Components/NetworkPlayerMovementComponent.cpp
- Source/Components/NetworkPlayerMovementComponent.h
- Source/Components/UI/UiCoinCountComponent.cpp
- Source/Components/UI/UiCoinCountComponent.h
- Source/Components/Multiplayer/GameplayEffectsComponent.cpp
- Source/Components/Multiplayer/GameplayEffectsComponent.h
- Source/Components/Multiplayer/GemComponent.cpp
- Source/Components/Multiplayer/GemComponent.h
- Source/Components/Multiplayer/GemSpawnerComponent.cpp
- Source/Components/Multiplayer/GemSpawnerComponent.h
- Source/Components/Multiplayer/MatchPlayerCoinsComponent.cpp
- Source/Components/Multiplayer/MatchPlayerCoinsComponent.h
- Source/Components/Multiplayer/PlayerArmorComponent.cpp
- Source/Components/Multiplayer/PlayerArmorComponent.h
- Source/Components/Multiplayer/PlayerCoinCollectorComponent.cpp
- Source/Components/Multiplayer/PlayerCoinCollectorComponent.h
- Source/Components/Multiplayer/PlayerIdentityComponent.cpp
- Source/Components/Multiplayer/PlayerIdentityComponent.h
- Source/Components/Multiplayer/EnergyBallComponent.cpp
- Source/Components/Multiplayer/EnergyBallComponent.h
- Source/Components/Multiplayer/EnergyCannonComponent.cpp
- Source/Components/Multiplayer/EnergyCannonComponent.h
- Source/Components/BackgroundMusicComponent.cpp
- Source/Components/BackgroundMusicComponent.h
- Source/Components/RpcTesterComponent.cpp
- Source/Components/RpcTesterComponent.h
-
- Source/Components/ScriptableDecalComponent.cpp
- Source/Components/ScriptableDecalComponent.h
- Source/Weapons/BaseWeapon.cpp
- Source/Weapons/BaseWeapon.h
- Source/Weapons/IWeapon.h
- Source/Weapons/ProjectileWeapon.cpp
- Source/Weapons/ProjectileWeapon.h
- Source/Weapons/TraceWeapon.cpp
- Source/Weapons/TraceWeapon.h
- Source/Weapons/WeaponGathers.cpp
- Source/Weapons/WeaponGathers.h
- Source/Weapons/WeaponTypes.cpp
- Source/Weapons/WeaponTypes.h
- Source/Weapons/SceneQuery.cpp
- Source/Weapons/SceneQuery.h
- Source/Effects/GameEffect.cpp
- Source/Effects/GameEffect.h
- Source/MultiplayerSampleSystemComponent.cpp
- Source/MultiplayerSampleSystemComponent.h
- Source/MultiplayerSampleTypes.h
- )
|