Struct PedClothing
Assembly: SlipeServer.Packets.dll
Syntax
public struct PedClothing
Constructors
|
Edit this page
View Source
PedClothing(string, string, byte)
Declaration
public PedClothing(string texture, string model, byte type)
Parameters
Properties
|
Edit this page
View Source
Model
Declaration
public string Model { readonly get; set; }
Property Value
|
Edit this page
View Source
Texture
Declaration
public string Texture { readonly get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
public byte Type { readonly get; set; }
Property Value