9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
|
let current = GetCurrentScriptDirectory();
|
||
|
let path = current ~ "ByakMiko_ShotData.dnh";
|
||
|
LoadPlayerShotData(path);
|
||
|
// -----
|
||
|
|
||
|
const BYAKUREN_NEEDLE = 1;
|
||
|
|
||
|
|