vecs
Fast, flexible ecs in C++ with ergonomic API
Loading...
Searching...
No Matches
vecs::Command Class Reference

Public Member Functions

template<typename F >
 Command (F &&f)
 
 Command (const Command &)=delete
 
Commandoperator= (const Command &)=delete
 
 Command (Command &&) noexcept=default
 
Commandoperator= (Command &&) noexcept=default
 
void execute (World &world)
 

The documentation for this class was generated from the following file: