-- Squash:
- In progress implementation of services model.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Barotrauma.LuaCs.Services;
|
||||
|
||||
public interface IClientLoggerService : IService
|
||||
{
|
||||
void AddToGUIUpdateList();
|
||||
void ShowErrorOverlay(string message, float time = 5f, float duration = 1.5f);
|
||||
}
|
||||
Reference in New Issue
Block a user