Пример #1
0
    protected override void OnSimRegister(HandleVector <Game.ComplexCallbackInfo <int> > .Handle cb_handle)
    {
        int sampleCell = GetSampleCell();

        SimMessages.AddElementConsumer(sampleCell, configuration, elementToConsume, consumptionRadius, cb_handle.index);
    }