NarumiSTG_HyperSnowDrifter/script/player/Lavender/Player_ShotConst.dnh
2023-01-26 18:34:56 +07:00

11 lines
212 B
Text

let current = GetCurrentScriptDirectory();
let path = current ~ "Player_ShotData.dnh";
LoadPlayerShotData(path);
// -----
const OPTION = 1;
const FIRE_NORMAL = 2;
const FIRE_SPECIAL = 3;
const FIRE_BASE = 4;