Using the lines

void Mission_EventChat(IPlayer from, string msg) { ... }

and

public void Chat(string line, IPlayer to) { ... }

I get the compiler Error CS0246: namespace name 'IPlayer' could not be found (missing a using directive or an assembly reference).


"using maddox.game; using maddox.game.play; using maddox.game.world;" are present.


Do you have any hints or maybe a solution.

~V~