Benchmarks for EntityManager (#2578)

This commit is contained in:
Vera Aguilera Puerto
2022-03-26 17:55:00 +01:00
committed by GitHub
parent 1f199ea71c
commit aab8f7876b
5 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
using System.Runtime.CompilerServices;
// So it can use RobustServerSimulation.
[assembly: InternalsVisibleTo("Robust.Benchmarks")]