update packages

This commit is contained in:
2022-12-05 12:28:00 +01:00
parent 28e6f346f0
commit b5a050427b
11 changed files with 74 additions and 11 deletions

View File

@@ -0,0 +1,13 @@
using System;
namespace EscapeRoomEngine.Engine.Runtime.Measurements
{
[Serializable]
public struct MeasurementCollection
{
/// <summary>
/// The module id is a
/// </summary>
public int moduleId;
}
}