mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
note the reverse vec in componentmanager
This commit is contained in:
parent
2c6e71a189
commit
80d15432d9
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
use crate::noita::types::{
|
||||
BitSet, CString, Component, EntityManager, StdMap, StdString, StdVec, TagManager,
|
||||
BitSet, CString, Component, Entity, EntityManager, StdMap, StdString, StdVec, TagManager,
|
||||
};
|
||||
#[repr(C)]
|
||||
#[derive(Debug)]
|
||||
|
@ -60,7 +60,7 @@ pub struct ComponentManager {
|
|||
pub end: usize,
|
||||
unk: [isize; 2],
|
||||
pub entity_entry: StdVec<usize>,
|
||||
unk2: StdVec<usize>,
|
||||
pub entities: StdVec<*mut Entity>,
|
||||
pub prev: StdVec<usize>,
|
||||
pub next: StdVec<usize>,
|
||||
pub component_list: StdVec<*mut ComponentData>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue