Intercept() public static method

public static Intercept ( int id, Delegate del ) : bool
id int
del System.Delegate
return bool
Beispiel #1
0
 public static void Init()
 {
     Message.Intercept(30, (Action)ChangeMap);
 }