1
0
KF2-Dev-Scripts/KFGame/Classes/KFExportSteamItemsCommandlet.uc

15 lines
611 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// 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 );