This repository is no longer meant for just radarflow, thus it will be renamed. I have split the SDK from radarflow, allowing for simpler use with new projects. Other than that, radarflow is functionally the same. - Fixed bug in radarflow where the entity loop didn't include the last entity.
5 lines
103 B
Rust
5 lines
103 B
Rust
mod base_entity;
|
|
mod memory_class;
|
|
|
|
pub use base_entity::BaseEntity;
|
|
pub use memory_class::MemoryClass; |