mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-09 03:40:23 +00:00
util::impl_bytes::generate_enum_property_option is now exported in util.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
//! Card properties
|
||||
|
||||
use crate::{generate_enum_property_mod, util::impl_bytes::generate_enum_property_option};
|
||||
// Imports
|
||||
use crate::{generate_enum_property_mod, util};
|
||||
|
||||
generate_enum_property_mod!(
|
||||
pub mod slot {
|
||||
@@ -209,7 +210,7 @@ generate_enum_property_mod!(
|
||||
}
|
||||
);
|
||||
|
||||
generate_enum_property_option!(
|
||||
util::generate_enum_property_option!(
|
||||
ArrowColor => 0,
|
||||
CrossMoveEffect => 0,
|
||||
DigimonProperty => 0,
|
||||
|
||||
@@ -14,6 +14,7 @@ pub mod impl_bytes;
|
||||
|
||||
// Exports
|
||||
pub use array_split::{array_split, array_split_mut};
|
||||
pub use impl_bytes::generate_enum_property_option;
|
||||
|
||||
|
||||
/// Returns the absolute different between `a` and `b`, `a - b` as a `i64`.
|
||||
|
||||
Reference in New Issue
Block a user