mirror of
https://github.com/nothke/quality-control.git
synced 2025-08-30 23:43:42 +00:00
Fixed level loading, added level reset
This commit is contained in:
4
Assets/Scripts/Machines/IResetable.cs
Normal file
4
Assets/Scripts/Machines/IResetable.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
public interface IResetable
|
||||
{
|
||||
public void ResetMachine();
|
||||
}
|
Reference in New Issue
Block a user