//============================================================================= // KFExportSteamItemsCommandlet //============================================================================= //============================================================================= // Killing Floor 2 // Copyright (C) 2015 Tripwire Interactive LLC //============================================================================= // trivial entry point, all the real work happens in the compiled binary class KFExportSteamItemsCommandlet extends Commandlet native; native event int Main( string Params );