7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
|
let current = GetCurrentScriptDirectory();
|
||
|
let path = current ~ "Rinnosuke_ShotData.dnh";
|
||
|
LoadPlayerShotData(path);
|
||
|
// -----
|
||
|
const FOCUSED = 1;
|
||
|
const UNFOCUSED = 2;
|
||
|
const BOMB = 3;
|