Exemple #1
0
    public void Enter(TClient c)
    {
        PlayerInfo ret = areas.CreateActor(c);

        PlayerInfo[] actors = GetAllActorInfo();
        ValuePoint[] pts    = GetAllPointInfo();
        GameEvent.ServerCall(c, "Enter", time, ret, worldSize,
                             actors, pts);
    }