C# Class SEModAPIInternal.API.Common.BlockRegistry

Inheritance: SEModAPIInternal.API.Common.GameObjectRegistry
显示文件 Open project: rexxar-tc/SEServerExtender Class Usage Examples

Protected Methods

Method Description
BlockRegistry ( ) : System
ValidateRegistration ( Type gameType, Type apiType ) : bool

Method Details

BlockRegistry() protected method

protected BlockRegistry ( ) : System
return System

ValidateRegistration() protected method

protected ValidateRegistration ( Type gameType, Type apiType ) : bool
gameType System.Type
apiType System.Type
return bool