update packages
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace EscapeRoomEngine.Engine.Runtime.Measurements
|
||||
{
|
||||
public interface IMeasurementStorage
|
||||
{
|
||||
public void Save(MeasurementCollection measurements);
|
||||
public MeasurementCollection Load(int key);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user