Skip to content

Commit

Permalink
Update BehaviorComponent.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phisko committed Apr 8, 2019
1 parent 99c88d3 commit c0583f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/components/BehaviorComponent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [BehaviorComponent](BehaviorComponent.hpp)

`Component` providing a function to execute for a `GameObject`.
`Component` providing a function to execute for an `Entity`.

Inherits from [putils::Reflectible](https://github.com/phiste/putils/blob/master/reflection/Reflectible.md).

Expand All @@ -12,4 +12,4 @@ Inherits from [putils::Reflectible](https://github.com/phiste/putils/blob/master
std::function<void()> func = nullptr;
```

Function to execute for `GameObject`.
Function to execute.

0 comments on commit c0583f4

Please sign in to comment.