C# Class Myre.Entities.Behaviours.DefaultManagerAttribute

Inheritance: System.Attribute
显示文件 Open project: TomGillen/Myre

Public Methods

Method Description
DefaultManagerAttribute ( Type manager ) : System

Initializes a new instance of the DefaultManagerAttribute class.

Method Details

DefaultManagerAttribute() public method

Initializes a new instance of the DefaultManagerAttribute class.
public DefaultManagerAttribute ( Type manager ) : System
manager System.Type The manager.
return System