iw7-mod/deps/sol2/examples/interop/tolua/source/Player.pkg

9 lines
123 B
Plaintext
Raw Normal View History

2024-08-13 05:15:34 -04:00
$#include "Player.h"
class Player {
Player();
~Player();
void setHealth(int _health);
int getHealth();
};