mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
SWT: Added ToString override
This commit is contained in:
parent
f83d568e60
commit
8cf499e61e
@ -92,6 +92,8 @@ void Awake()
|
||||
Log.level = _logLevels;
|
||||
}
|
||||
|
||||
public override string ToString() => $"SWT [{port}]";
|
||||
|
||||
void OnValidate()
|
||||
{
|
||||
Log.level = _logLevels;
|
||||
|
Loading…
Reference in New Issue
Block a user