fix field validation in EngineTheme
This commit is contained in:
@@ -98,9 +98,5 @@ namespace EscapeRoomEngine.Engine.Runtime
|
||||
}
|
||||
|
||||
private void UpdateUI() => UpdateUIEvent?.Invoke();
|
||||
|
||||
// ReSharper disable once SuggestBaseTypeForParameter
|
||||
// ReSharper disable once UnusedMember.Local
|
||||
private bool IsNotEmpty(List<DoorModuleDescription> modules) => modules.Count > 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user