This commit is contained in:
CortexCore
2024-12-27 11:00:35 +08:00
parent cd35241711
commit edb9008ae9
2 changed files with 8 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ namespace BITKit
}
break;
default:
Debug.Log($"{typeof(T).Name}:{state.ToString()}");
Debug.Log($"<color=cyan>{typeof(T).Name}</color>:{state.ToString()}");
break;
}
}