Added a work value change function for testing.

This commit is contained in:
Filip Maj 2017-01-24 09:02:45 -05:00
parent 9372b4bc32
commit ad88c0b28a
4 changed files with 90 additions and 31 deletions

View file

@ -8,6 +8,6 @@
public bool betacheck = false;
public bool[] event_achieve_aetheryte = new bool[512];
public bool[] event_achieve_aetheryte = new bool[128];
}
}