// MPropertyFriendlyName = Soundevent Count
class CSosGroupActionSoundeventCountSchema : public CSosGroupActionSchema
{
public:
// MPropertyFriendlyName = Exclude Stopped Sounds from Count
bool m_ bExcludeStoppedSounds;
// MPropertyFriendlyName = Result Current Count
CUtlString m_ strCountKeyName;
};KV3 Class Defaults
{
_ class = "CSosGroupActionSoundeventCountSchema"
m_ bExcludeStoppedSounds = true
m_ strCountKeyName = "current_ count"
}