1
0
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:
NG (Graham)
2025-05-31 11:38:41 -04:00
parent 093bc42e97
commit 9281069374
5 changed files with 46 additions and 36 deletions

View File

@@ -195,5 +195,9 @@ pub enum PrefabId {
Database {
garage: u32,
},
// TODO File, Raw
Raw {
cube_data: Vec<u8>,
colour_data: Vec<u8>,
}
// TODO File
}