1234567891011121314151617181920212223242526272829 |
- #
- # Copyright (c) Contributors to the Open 3D Engine Project.
- # For complete copyright and license terms please see the LICENSE at the root of this distribution.
- #
- # SPDX-License-Identifier: Apache-2.0 OR MIT
- #
- #
- set(FILES
- Source/ScriptCanvasMultiplayerSystemComponent.cpp
- Source/ScriptCanvasMultiplayerSystemComponent.h
- Source/Nodes/Nodeables/GatherEntitiesByComponentAabb.cpp
- Source/Nodes/Nodeables/GatherEntitiesByComponentAabb.h
- Source/Nodes/Nodeables/GatherEntitiesByComponentAabb.ScriptCanvasNodeable.xml
-
- Source/Nodes/Nodeables/GatherEntitiesByComponentSphere.cpp
- Source/Nodes/Nodeables/GatherEntitiesByComponentSphere.h
- Source/Nodes/Nodeables/GatherEntitiesByComponentSphere.ScriptCanvasNodeable.xml
- Source/Nodes/Nodeables/IfNetRoleNodeable.cpp
- Source/Nodes/Nodeables/IfNetRoleNodeable.h
- Source/Nodes/Nodeables/IfNetRoleNodeable.ScriptCanvasNodeable.xml
-
- Source/Nodes/Nodeables/IfAgentTypeNodeable.cpp
- Source/Nodes/Nodeables/IfAgentTypeNodeable.h
- Source/Nodes/Nodeables/IfAgentTypeNodeable.ScriptCanvasNodeable.xml
- )
|