spacepaste
new
Paste details
reply
|
raw
class
kryptonian_powers
{
public
:
void
speed
();
};
#include "Reaction Speed.h"
void
setup_powers
()
{
// Kryptonian Functions
PlayerInputComponent
->
BindAction
(
"Kryptonian Time"
,
IE_Pressed
,
this
,
&
kryptonian_powers
::
speed
);
}