This website requires JavaScript.
Explore
Help
Register
Sign In
OpenPunk
/
OpenFusion
Watch
1
Star
0
Fork
0
You've already forked OpenFusion
mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced
2024-11-05 06:50:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1d9a7139a8
OpenFusion
/
src
/
TableData.hpp
8 lines
90 B
C++
Raw
Normal View
History
Unescape
Escape
switched to dumped XDT & moved to a submodule
2020-09-09 17:06:22 +00:00
#
pragma once
#
include
<map>
Implemented mission rewards. Might need to refactor item drops, especially after implementing task-result quest item drops.
2020-09-09 19:09:01 +00:00
namespace
TableData
{
switched to dumped XDT & moved to a submodule
2020-09-09 17:06:22 +00:00
void
init
(
)
;
Implemented mission rewards. Might need to refactor item drops, especially after implementing task-result quest item drops.
2020-09-09 19:09:01 +00:00
void
cleanup
(
)
;
}
Reference in New Issue
Copy Permalink