Add OnCoreMapEnd to extension's interface.
This commit is contained in:
+10
-1
@@ -136,7 +136,7 @@ namespace SourceMod
|
||||
* V6 - added TestFeature() to IShareSys.
|
||||
* V7 - added OnDependenciesDropped() to IExtensionInterface.
|
||||
*/
|
||||
#define SMINTERFACE_EXTENSIONAPI_VERSION 7
|
||||
#define SMINTERFACE_EXTENSIONAPI_VERSION 8
|
||||
|
||||
/**
|
||||
* @brief The interface an extension must expose.
|
||||
@@ -325,6 +325,15 @@ namespace SourceMod
|
||||
virtual void OnDependenciesDropped()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Called on level shutdown
|
||||
*
|
||||
*/
|
||||
|
||||
virtual void OnCoreMapEnd()
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user