12 lines
547 B
Ucode
12 lines
547 B
Ucode
//=============================================================================
|
|
// KFFixupCosmeticUITexturesCommandlet
|
|
//=============================================================================
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2018 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
|
|
class KFFixupCosmeticUITexturesCommandlet extends Commandlet native;
|
|
|
|
native event int Main( string Params );
|