mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add immediate variant for singleplayer vehicle, misc tweaks
This commit is contained in:
@@ -195,5 +195,9 @@ pub enum PrefabId {
|
||||
Database {
|
||||
garage: u32,
|
||||
},
|
||||
// TODO File, Raw
|
||||
Raw {
|
||||
cube_data: Vec<u8>,
|
||||
colour_data: Vec<u8>,
|
||||
}
|
||||
// TODO File
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user