Update logicentities.cpp - env_global counter output

This commit is contained in:
Nesciuse 2025-03-31 01:15:23 +02:00 committed by GitHub
parent ceb6d4d783
commit 12ab0df392
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1015,7 +1015,7 @@ BEGIN_DATADESC( CEnvGlobal )
DEFINE_INPUTFUNC( FIELD_INTEGER, "AddToCounter", InputAddToCounter ),
DEFINE_INPUTFUNC( FIELD_VOID, "GetCounter", InputGetCounter ),
DEFINE_OUTPUT( m_outCounter, "Counter" ),
DEFINE_OUTPUT( m_outCounter, "OnCounter" ),
END_DATADESC()