| 177 | #[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)] |
| 178 | #[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))] |
| 179 | pub struct GlobalValue(u32); |
| 180 | entity_impl!(GlobalValue, "gv"); |
| 181 | |
| 182 | impl GlobalValue { |
no outgoing calls
no test coverage detected