mirror of
https://github.com/kittywitch/gw2buttplug-rs.git
synced 2026-02-09 01:09:18 -08:00
signature for the mod
This commit is contained in:
parent
1b44562e73
commit
db31e8ae99
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ static BP_THREAD: OnceLock<JoinHandle<()>> = OnceLock::new();
|
||||||
|
|
||||||
nexus::export! {
|
nexus::export! {
|
||||||
name: "gw2buttplug-rs",
|
name: "gw2buttplug-rs",
|
||||||
signature: -0x12345678, // raidcore addon id or NEGATIVE random unique signature
|
signature: -0x7331BABE, // raidcore addon id or NEGATIVE random unique signature
|
||||||
load,
|
load,
|
||||||
unload,
|
unload,
|
||||||
flags: AddonFlags::None,
|
flags: AddonFlags::None,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue