Toggle navigation
ivorium
iv_components
Example project
GitHub
Main Page
Modules
Classes
Files
File List
iv_components
Ability
Ability.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
ivorium.hpp
>
4
5
namespace
comp
6
{
7
19
class
Ability
20
{
21
public
:
22
iv::ClientMarker
cm
;
23
Ability
(
iv::Instance
* inst );
24
iv::Instance
*
instance
()
const
;
25
26
iv::SharedAttr< uint64_t >
cooldown
;
27
iv::SharedAttr< iv::Activator >
activator
;
28
};
29
30
}