fix: comment again
This commit is contained in:
parent
185e10f853
commit
e4b135c5ff
@ -32,8 +32,8 @@ namespace gsc
|
|||||||
|
|
||||||
struct builtin_method
|
struct builtin_method
|
||||||
{
|
{
|
||||||
std::string name; // actual 'name'
|
std::string name;
|
||||||
std::uint16_t id;
|
std::uint16_t id; // actual 'name'
|
||||||
void(*actionFunc)(game::native::scr_entref_t);
|
void(*actionFunc)(game::native::scr_entref_t);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user