So let's say I made a breakable entity, and set its classname to 'func_myent' for example. How do I detect if it gets destroyed? I wanted to put some gibs when it gets killed. But I haven't seen anyone do it, only with the classname 'func_breakble' but if I use that classname it would include every breakable entity on the map, not just my custom entity...