scriptcanvas_multiplayer_files.cmake 1.1 KB

1234567891011121314151617181920212223242526272829
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Source/ScriptCanvasMultiplayerSystemComponent.cpp
  10. Source/ScriptCanvasMultiplayerSystemComponent.h
  11. Source/Nodes/Nodeables/GatherEntitiesByComponentAabb.cpp
  12. Source/Nodes/Nodeables/GatherEntitiesByComponentAabb.h
  13. Source/Nodes/Nodeables/GatherEntitiesByComponentAabb.ScriptCanvasNodeable.xml
  14. Source/Nodes/Nodeables/GatherEntitiesByComponentSphere.cpp
  15. Source/Nodes/Nodeables/GatherEntitiesByComponentSphere.h
  16. Source/Nodes/Nodeables/GatherEntitiesByComponentSphere.ScriptCanvasNodeable.xml
  17. Source/Nodes/Nodeables/IfNetRoleNodeable.cpp
  18. Source/Nodes/Nodeables/IfNetRoleNodeable.h
  19. Source/Nodes/Nodeables/IfNetRoleNodeable.ScriptCanvasNodeable.xml
  20. Source/Nodes/Nodeables/IfAgentTypeNodeable.cpp
  21. Source/Nodes/Nodeables/IfAgentTypeNodeable.h
  22. Source/Nodes/Nodeables/IfAgentTypeNodeable.ScriptCanvasNodeable.xml
  23. )