protected CreateMod ( string p_strModPath, string p_strCachePath, IGameMode p_gmdGameMode ) : IMod | ||
p_strModPath | string | The path to the mod file. |
p_strCachePath | string | The path to the cache file. |
p_gmdGameMode | IGameMode | The game mode for which to create the plugin. |
return | IMod |