xeon
cbe169fe1a
Implement interact event-action configurations. More interactions work now, for more transitions, we just need to generate more configs (soon) NOTE: this commit BREAKS your nap_gameserver.toml. To fix it, you have to add 'event_config_path' property into [assets] section of your config.
20 lines
301 B
TOML
20 lines
301 B
TOML
[package]
|
|
name = "data"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
# Serialization
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
prost.workspace = true
|
|
|
|
# Util
|
|
paste.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
# Tracing
|
|
tracing.workspace = true
|
|
|
|
# Internal
|
|
proto.workspace = true
|