mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Cleanup
This commit is contained in:
parent
9fe394a558
commit
028ce97172
5 changed files with 0 additions and 520 deletions
|
@ -23,15 +23,11 @@ pub struct ModMessage {
|
|||
|
||||
#[derive(Encode, Decode)]
|
||||
pub enum NoitaInbound {
|
||||
// ProxyKV(ProxyKV),
|
||||
// ProxyKVBin(ProxyKVBin),
|
||||
// ModMessage(ModMessage),
|
||||
RawMessage(Vec<u8>),
|
||||
Ready,
|
||||
}
|
||||
|
||||
#[derive(Encode, Decode)]
|
||||
pub enum NoitaOutbound {
|
||||
// ModMessage(ModMessage),
|
||||
Raw(Vec<u8>),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue