Example #1
0
    private void RefreshAttachedChunk()
    {
        chunk.Refresh();

        if (Unit)
        {
            Unit.ValidateLocation();
        }
    }