brickrust 1.11.2+brickrust-001

A library which allows Brick Rigs modding
1
2
3
4
5
6
7
use crate::ue::coreuobject::*;
use crate::ue::fproperty::*;

unsafe extern "C" fn fake_property( uobject: *mut UObject, data: *mut ()  ) -> FProperty
{
    todo!()
}