C# Class AnotherPrototype, UnityDesignPatterns

Inheritance: ConcretePrototype
ファイルを表示 Open project: ycarowr/UnityDesignPatterns Class Usage Examples

Public Properties

Property Type Description
Age int

Public Methods

Method Description
AnotherPrototype ( AnotherPrototype, prototype )

Method Details

AnotherPrototype() public method

public AnotherPrototype ( AnotherPrototype, prototype )
prototype AnotherPrototype,

Property Details

Age public_oe property

public int Age
return int