C# Class Files.Vitaboy.TimeProperty

Mostrar archivo Open project: Afr0Games/Project-Dollhouse

Public Properties

Property Type Description
ID uint
PropertyList List

Public Methods

Method Description
TimeProperty ( FileReader Reader ) : System.Collections.Generic

Constructs a new TimeProperty instance.

Method Details

TimeProperty() public method

Constructs a new TimeProperty instance.
public TimeProperty ( FileReader Reader ) : System.Collections.Generic
Reader FileReader A FileReader instance used to read a TimeProperty.
return System.Collections.Generic

Property Details

ID public_oe property

public uint ID
return uint

PropertyList public_oe property

public List PropertyList
return List