wow_world_base/manual/shared/
mod.rs

1#[cfg(any(
2    feature = "shared",
3    feature = "vanilla",
4    feature = "tbc",
5    feature = "wrath"
6))]
7pub mod datetime_vanilla_tbc_wrath;
8#[cfg(any(
9    feature = "shared",
10    feature = "vanilla",
11    feature = "tbc",
12    feature = "wrath"
13))]
14pub mod gold_vanilla_tbc_wrath;
15#[cfg(any(
16    feature = "shared",
17    feature = "vanilla",
18    feature = "tbc",
19    feature = "wrath"
20))]
21pub mod guid_vanilla_tbc_wrath;
22#[cfg(any(
23    feature = "shared",
24    feature = "vanilla",
25    feature = "tbc",
26    feature = "wrath"
27))]
28pub mod level_vanilla_tbc_wrath;
29#[cfg(any(
30    feature = "shared",
31    feature = "vanilla",
32    feature = "tbc",
33    feature = "wrath"
34))]
35pub mod player_gender_vanilla_tbc_wrath;
36#[cfg(any(feature = "shared", feature = "tbc", feature = "wrath"))]
37pub mod player_race_tbc_wrath;