mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-26 15:51:29 +11:00
6 lines
154 B
Rust
6 lines
154 B
Rust
|
use crate::block::BlockState;
|
||
|
use crate::entity::meta::*;
|
||
|
use crate::{BlockPos, EntityId, Text, Uuid};
|
||
|
|
||
|
include!(concat!(env!("OUT_DIR"), "/entity.rs"));
|