6 lines
85 B
C#
6 lines
85 B
C#
public enum vp_GlobalEventMode
|
|
{
|
|
DONT_REQUIRE_LISTENER = 0,
|
|
REQUIRE_LISTENER = 1
|
|
}
|