Ejemplo n.º 1
0
    private static void FuncRotatingSpawn(GameModel model)
    {
        model.clipTest = true;

        BSPEnt e = model.Ent;

        e.SetThinkAndTouch(EntityThink.FuncRotatingThink, null);
    }