Struct VehicleDamage
Assembly: SlipeServer.Packets.dll
Syntax
public struct VehicleDamage
Properties
|
Edit this page
View Source
Doors
Declaration
public byte[] Doors { readonly get; set; }
Property Value
|
Edit this page
View Source
Lights
Declaration
public byte[] Lights { readonly get; set; }
Property Value
|
Edit this page
View Source
Panels
Declaration
public byte[] Panels { readonly get; set; }
Property Value
|
Edit this page
View Source
Undamaged
Declaration
public static VehicleDamage Undamaged { get; }
Property Value
|
Edit this page
View Source
Wheels
Declaration
public byte[] Wheels { readonly get; set; }
Property Value