iw7-mod/deps/sol2/examples/interop/tolua/source/Player.pkg
2024-08-13 05:15:34 -04:00

9 lines
123 B
Plaintext

$#include "Player.h"
class Player {
Player();
~Player();
void setHealth(int _health);
int getHealth();
};